again remove unrequired output

This commit is contained in:
mazahner 2017-01-03 13:19:04 +01:00 committed by Lorenz Meier
parent f0c393baf6
commit 6b0a6fb38f
1 changed files with 0 additions and 1 deletions

View File

@ -143,7 +143,6 @@ def main():
use_scope = False
pass
if use_scope:
print(cmake_scope.scope)
if not scanner.ScanDir([os.path.join(args.src_path, p) for p in cmake_scope.scope], parser):
sys.exit(1)
else: