Skip to content

Commit f69dfae

Browse files
committed
remove leftover debugging print
1 parent ae494e2 commit f69dfae

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build.py

-1
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,6 @@ def compileChangedSources(srcPath, destPath, classPath):
353353
classFileName = 'build/classes/%s.class' % ('%s/%s' % (root, fileName))[4:-5]
354354
if not os.path.exists(classFileName) or os.path.getmtime(classFileName) < os.path.getmtime('%s/%s' % (root, fileName)):
355355
changedSources.append('%s/%s' % (root, fileName))
356-
print(f'{fileName} {classFileName}')
357356

358357
if len(changedSources) > 0:
359358
cmd = ['javac', '-Xmaxerrs', '10000', '-d', destPath]

0 commit comments

Comments
 (0)