Skip to content

Commit 7e00abf

Browse files
committed
remove print
1 parent af515fa commit 7e00abf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python/thundersvm/thundersvm.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@
5252
thundersvm = CDLL(lib_path)
5353
else:
5454
raise FileNotFoundError("Please build the library first!")
55-
print(lib_path)
5655
SVM_TYPE = ['c_svc', 'nu_svc', 'one_class', 'epsilon_svr', 'nu_svr']
5756
KERNEL_TYPE = ['linear', 'polynomial', 'rbf', 'sigmoid', 'precomputed']
5857

0 commit comments

Comments
 (0)