summaryrefslogtreecommitdiff
path: root/bin/flycheck-android-kotlin.py
diff options
context:
space:
mode:
Diffstat (limited to 'bin/flycheck-android-kotlin.py')
-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)