summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@theqtcompany.com>2016-07-25 10:42:48 +0200
committerMichal Klocek <michal.klocek@qt.io>2019-11-25 12:01:39 +0100
commit2e8ff81f662bcf9600fd064e979436cc82cfef5a (patch)
tree7c2ec9a7940f643ed53ffd38d63de868047be7f7
parent7ab0d676bdcf197470a6b561dc2e006173c88704 (diff)
Remove stray print statement
I forgot to remove it with the last upstream update :) Change-Id: I215e4bda3292045c7c7416d3df57704aface2400 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
-rw-r--r--src/gyp/gyp2pri.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gyp/gyp2pri.py b/src/gyp/gyp2pri.py
index ef9860f9a..c8bd8653c 100644
--- a/src/gyp/gyp2pri.py
+++ b/src/gyp/gyp2pri.py
@@ -165,7 +165,6 @@ mainTarget = gyp.target(config.mainTarget)
pro = ProFile()
-print(mainTarget)
pro.addSources(mainTarget["sources"])
addDependencies(gyp, pro, mainTarget, variables)