Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Commit

Permalink
remove debugging on travis...
Browse files Browse the repository at this point in the history
  • Loading branch information
mzuehlke committed Jul 19, 2017
1 parent 8dae1c7 commit d2ba04a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/ds/test_local.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,6 @@ def test_query(self):
'resources/datasources/local/'))
data_sources = local_data_store.query()
self.assertEqual(len(data_sources), 2)
print("-------------------")
print(data_sources[0].name, "\n", data_sources[0])
print(data_sources[1].name, "\n", data_sources[1])
print("-------------------")

data_sources = local_data_store.query('local')
self.assertEqual(len(data_sources), 2)
Expand Down

0 comments on commit d2ba04a

Please sign in to comment.