Skip to content

Commit e37d65a

Browse files
authored
Merge pull request #7 from timvaillancourt/leftover_assert_test
Removing mistakenly committed debug/test assert line
2 parents 47b617f + e17007e commit e37d65a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

MongoBackup/Backup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,6 @@ def run(self):
198198
)
199199
self.sharding.get_start_state()
200200
self.sharding.stop_balancer()
201-
assert "test123"
202201
except Exception, e:
203202
self.exception("Problem connecting-to and/or stopping balancer! Error: %s" % e)
204203

0 commit comments

Comments
 (0)