Skip to content

Commit

Permalink
removing some leftover debug statements
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Kelley committed Mar 14, 2011
1 parent 5877c62 commit f0167e6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_cushion_mixin.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ class CushionMixinTests(AsyncTestCase):
def setUp(self):
AsyncTestCase.setUp(self)
dbname = 'test_db' + str(randint(100, 100000))
print "WORKING ON", dbname
self.handler = CushionHandler()
self.handler.prepare()
# typically, this would be called in the Handler.prepare()
Expand All @@ -54,7 +53,6 @@ def setUp(self):
self.wait()

# create one test record
print "self.handler.db_default=",self.handler.db_default, CushionDBMixin.db_default
self.handler.cushion.save(self.handler.db_default, {'fake':'data'}, callback=self.stop)
rec = self.wait()
self.record = rec.raw()
Expand Down

0 comments on commit f0167e6

Please sign in to comment.