Skip to content

Commit

Permalink
Remove print call responsible for 2M/week useless error messages
Browse files Browse the repository at this point in the history
on cmsweb backends...
  • Loading branch information
nikmagini committed Mar 29, 2016
1 parent 88adca5 commit dd1a324
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Victor/victor.monitoring.cms/lib/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ def generateAssociationMenu():

clouds = sorted(structure.keys())
for cloud in clouds:
print (cloud)
sites = sorted(structure[cloud].keys())
site_dicts = []
for site in sites:
Expand Down

0 comments on commit dd1a324

Please sign in to comment.