Skip to content

Commit fe3ff42

Browse files
author
Mridul Jain
committed
Disable debug in conversion utils py
1 parent 5bbd6eb commit fe3ff42

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

caffe-grid/src/main/python/com/yahoo/ml/caffe/ConversionUtil.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
#The maximum time to wait for Scala Futures to complete.
6666
awaitSeconds=600
6767

68-
_DEBUG=True
68+
_DEBUG=False
6969

7070
#Basically forward declarations.
7171
_typeToCommonClass = None

0 commit comments

Comments
 (0)