Skip to content

Commit c3d1e7e

Browse files
authored
[Polish CustomOP] Clean custom OP output when import modules (#51125)
1 parent 928faf5 commit c3d1e7e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python/paddle/utils/cpp_extension/extension_utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,6 @@ def __bootstrap__():
190190
assert isinstance(spec.loader, importlib.abc.Loader)
191191
spec.loader.exec_module(mod)
192192
except ImportError:
193-
print('using custom operator only')
194193
mod = types.ModuleType(__name__)
195194
196195
# load custom op shared library with abs path

0 commit comments

Comments
 (0)