Skip to content

Commit faacac0

Browse files
committed
fix build
1 parent a49a543 commit faacac0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

dev_tools/src/d1_dev/setup-all.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@
2929
import subprocess
3030
import sys
3131

32-
import d1_common.utils.ulog
33-
3432
try:
3533
import d1_dev.util
3634
except ImportError:
@@ -54,7 +52,6 @@
5452

5553

5654
log = logging.getLogger(__name__)
57-
d1_common.utils.ulog.setup(is_debug=True)
5855

5956

6057
def main():

0 commit comments

Comments
 (0)