From 87d22ffee216115183ab5c8d1f9070510e8a104f Mon Sep 17 00:00:00 2001 From: Joel Klinghed Date: Wed, 9 Nov 2022 11:59:26 +0100 Subject: Remove leftover log --- bin/flycheck-android-kotlin.py | 1 - 1 file changed, 1 deletion(-) (limited to 'bin/flycheck-android-kotlin.py') 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) -- cgit v1.2.3-70-g09d2