Skip to content

Commit 658a165

Browse files
committed
Removed another Style.DIM use in toolchain
1 parent 5a29d7a commit 658a165

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/toolchain.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def shprint(command, *args, **kwargs):
107107
sys.stdout.flush()
108108
need_closing_newline = True
109109
else:
110-
logger.debug(''.join([Style.DIM, '\t', line.rstrip()]))
110+
logger.debug(''.join(['\t', line.rstrip()]))
111111
if logger.level > logging.DEBUG and need_closing_newline:
112112
print()
113113
return output

0 commit comments

Comments
 (0)