From bc63ec5cae6eec6f5263d8373cd32ac1f15a9d18 Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Wed, 9 Mar 2016 18:34:47 +0000 Subject: [PATCH] build.py: Remove debug output Signed-off-by: Jan Lindemann --- scripts/build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build.py b/scripts/build.py index 07c1dcfb..9574122c 100644 --- a/scripts/build.py +++ b/scripts/build.py @@ -50,7 +50,7 @@ def read_deps(cur, prereq_type): r.add(d) if cur in r: r.remove(cur) - print 'inserting', prereq_type, cur, r + #print 'inserting', prereq_type, cur, r dep_cache[prereq_type][cur] = r return r