cppcheckdata: remove debug output
This commit is contained in:
parent
2616046461
commit
7290ec0db6
|
@ -1375,6 +1375,5 @@ def get_path_premium_addon():
|
||||||
p1 = os.path.join(p, 'premiumaddon' + ext)
|
p1 = os.path.join(p, 'premiumaddon' + ext)
|
||||||
p2 = os.path.join(p, 'cppcheck' + ext)
|
p2 = os.path.join(p, 'cppcheck' + ext)
|
||||||
if os.path.isfile(p1) and os.path.isfile(p2):
|
if os.path.isfile(p1) and os.path.isfile(p2):
|
||||||
print(p1)
|
|
||||||
return p1
|
return p1
|
||||||
return None
|
return None
|
||||||
|
|
Loading…
Reference in New Issue