mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
build.py: Remove debug output
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
22cba71eeb
commit
bc63ec5cae
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue