Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
synnefo
Commits
b5abc0b9
Commit
b5abc0b9
authored
Jul 03, 2014
by
Kostas Papadimitriou
Browse files
astakos: Remove debug statement
parent
0760cc93
Changes
1
Hide whitespace changes
Inline
Side-by-side
snf-astakos-app/astakos/im/templatetags/filters.py
View file @
b5abc0b9
...
...
@@ -266,7 +266,6 @@ def display_resource_usage_for_project(resource, project):
_keys
.
reverse
()
closest
=
filter
(
lambda
x
:
int
(
x
)
<=
int
(
usage_perc
),
_keys
)[
0
]
cls
=
usage_map
[
closest
]
print
usage_perc
,
cls
usage_display
=
units
.
show
(
usage
,
resource
.
unit
)
usage_perc_display
=
"%s%%"
%
usage_perc
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment