Browse Source

Remove a long unnoticed print statement

sh4nks 8 years ago
parent
commit
0c496eccb6
1 changed files with 0 additions and 1 deletions
  1. 0 1
      flaskbb/management/models.py

+ 0 - 1
flaskbb/management/models.py

@@ -221,7 +221,6 @@ class Setting(db.Model, CRUDMixin):
                 first_or_404()
             result = result.settings
         else:
-            print(Setting.query)
             result = cls.query.all()
 
         for setting in result: