Skip to content

Commit 8e31761

Browse files
committed
changes
1 parent 68cec51 commit 8e31761

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
import platform
5252
import re
5353
import sys
54-
import logging
5554

5655
# Import this before distutils so that setuptools can intercept the distuils
5756
# imports.
@@ -581,7 +580,6 @@ def run(self):
581580
"-DEXECUTORCH_BUILD_KERNELS_QUANTIZED_AOT=ON",
582581
]
583582
if ShouldBuild.training():
584-
logging.info("Building training foobar")
585583
cmake_args += [
586584
"-DEXECUTORCH_BUILD_EXTENSION_TRAINING=ON",
587585
]

0 commit comments

Comments
 (0)