Skip to content

Commit 52aa86b

Browse files
committedOct 21, 2013
remove extra print statements
1 parent f62ed23 commit 52aa86b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎bench/BMscripts/kmeansBench.py

-2
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,6 @@ def doKMeans(f, folderPath):
9696
dat = sys.argv.pop(-1)
9797
debug = sys.argv.pop(-1)
9898
build = sys.argv.pop(-1)
99-
if debug:
100-
print sys.argv.pop(-1)
10199
h2o.parse_our_args()
102100
h2o_hosts.build_cloud_with_hosts(enable_benchmark_log=False)
103101
fp = 'Airlines' if 'Air' in dat else 'AllBedrooms'

0 commit comments

Comments
 (0)
Please sign in to comment.