Skip to content

Commit bac93bd

Browse files
authored
remove models log (#99)
1 parent 2e7e35c commit bac93bd

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

sqlflow_models/one_class_svm.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,6 @@
3232
except Exception:
3333
ENABLE_EAGER_EXECUTION = False
3434

35-
if ENABLE_EAGER_EXECUTION:
36-
print('eager execution mode is enabled')
37-
else:
38-
print('eager execution mode is disabled')
39-
4035

4136
def dataset_reader(dataset):
4237
if ENABLE_EAGER_EXECUTION:

0 commit comments

Comments
 (0)