Skip to content

Commit

Permalink
Removes debug output.
Browse files Browse the repository at this point in the history
  • Loading branch information
hartym committed Sep 13, 2018
1 parent 8b32281 commit 3a605ea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion django_zero/assets.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ def get_stylesheet(self, name):
return ""

try:
print(bundle['css'])
return Markup('<link href="' + bundle["css"] + '" rel="stylesheet">')
except KeyError as e:
message = "Stylesheet bundle not found: {}".format(name)
Expand Down

0 comments on commit 3a605ea

Please sign in to comment.