Skip to content

Commit 26e5eee

Browse files
committed
remove more logging
1 parent fb00ef1 commit 26e5eee

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

setup.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -471,9 +471,6 @@ def run(self):
471471
is_linux_x86,
472472
)
473473

474-
print("runnig check_glibc_exist_and_validate")
475-
check_glibc_exist_and_validate()
476-
477474
if is_linux_x86() and check_glibc_exist_and_validate():
478475
os.environ["EXECUTORCH_BUILDING_WHEEL"] = "1"
479476

@@ -548,7 +545,6 @@ def run(self):
548545
def copy_extensions_to_source(self) -> None:
549546
"""For each extension in `ext_modules`, we need to copy the extension
550547
file from the build directory to the correct location in the local
551-
file from the build directory to the correct location in the local
552548
directory.
553549
554550
This should only be triggered when inplace mode (editable mode) is enabled.

0 commit comments

Comments
 (0)