summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@spawned.biz>2022-11-09 11:59:26 +0100
committerJoel Klinghed <the_jk@spawned.biz>2022-11-09 11:59:26 +0100
commit87d22ffee216115183ab5c8d1f9070510e8a104f (patch)
treef5553f53b97fd28d9c18b5732f13e79f12464f6c
parent9227925a0abfbd09e3365640f2e145ed49b61f09 (diff)
Remove leftover log
-rw-r--r--bin/flycheck-android-kotlin.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/flycheck-android-kotlin.py b/bin/flycheck-android-kotlin.py
index f8f824a..8d0fb16 100644
--- a/bin/flycheck-android-kotlin.py
+++ b/bin/flycheck-android-kotlin.py
@@ -95,7 +95,6 @@ def run_kotlinc(cp, files, output, args, sourcefile, outdir):
command.extend(['-d', output])
command.extend(args)
command.append(sourcefile)
- print(sourcefile)
if outdir:
with tempfile.NamedTemporaryFile(mode='w') as f:
command.append('@' + f.name)