Skip to content

Commit

Permalink
Removing forgotten print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Apr 20, 2016
1 parent efc6bf4 commit 9a33557
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion caravel/forms.py
Expand Up @@ -89,7 +89,6 @@ def get_field(self, fieldname):
return getattr(self, fieldname)

def field_css_classes(self, fieldname):
print(fieldname, self.css_classes[fieldname])
if fieldname in self.css_classes:
return " ".join(self.css_classes[fieldname])
return ""
Expand Down

0 comments on commit 9a33557

Please sign in to comment.