From aa83699ba648e849bab142d74e323a5c3cd51352 Mon Sep 17 00:00:00 2001 From: Craig Macdonald Date: Mon, 22 Jun 2020 13:10:45 +0100 Subject: [PATCH] remove debug print --- jnius/env.py | 1 - 1 file changed, 1 deletion(-) diff --git a/jnius/env.py b/jnius/env.py index 78894b3..9692d40 100644 --- a/jnius/env.py +++ b/jnius/env.py @@ -106,7 +106,6 @@ class JavaLocation: Returns true if the location is a JDK, based on existing of javac ''' javac = self.get_javac() - print(javac) return exists(javac) def get_javac(self):