Skip to content

Commit

Permalink
removed extra console log
Browse files Browse the repository at this point in the history
  • Loading branch information
nasirali1 committed May 24, 2018
1 parent 03d7d7b commit cc6619f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cerebralcortex/core/test_suite/test_hdfs_and_filesystem.py
Expand Up @@ -87,8 +87,6 @@ def test02_get_stream(self):
data = self.CC.RawData.convert_to_UTCtime(data)
self.assertEqual(parser.parse("2018-02-22 21:14:51.133000+00:00"), data[0].start_time)

print("done")

def test03_get_stream(self):
data_len = []
start_times = []
Expand Down

0 comments on commit cc6619f

Please sign in to comment.