cppcheckdata: remove debug output

This commit is contained in:
Daniel Marjamäki 2022-03-09 21:38:32 +01:00
parent 2616046461
commit 7290ec0db6
1 changed files with 0 additions and 1 deletions

View File

@ -1375,6 +1375,5 @@ def get_path_premium_addon():
p1 = os.path.join(p, 'premiumaddon' + ext)
p2 = os.path.join(p, 'cppcheck' + ext)
if os.path.isfile(p1) and os.path.isfile(p2):
print(p1)
return p1
return None