Skip to content

Commit

Permalink
Remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Jan 13, 2021
1 parent 337c7c3 commit 0e3422f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/src/python/test_qgsqueryresultmodel.py
Expand Up @@ -109,7 +109,6 @@ def loop_exiter():
while self.running:
QCoreApplication.processEvents()

#from IPython import embed; embed(using=False)
self.assertTrue(res.fetchedRowCount() > 0 and res.fetchedRowCount() < self.NUM_RECORDS)

@unittest.skipIf(os.environ.get('TRAVIS', '') == 'true', 'Local manual test: not for CI')
Expand Down

0 comments on commit 0e3422f

Please sign in to comment.