remove debug print

This commit is contained in:
Craig Macdonald 2020-06-22 13:10:45 +01:00 committed by Gabriel Pettier
parent 395df291f4
commit aa83699ba6
1 changed files with 0 additions and 1 deletions

View File

@ -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):