1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-25 17:57:42 +03:00

build: removed debug line

This commit is contained in:
Andrew Tridgell 2010-03-30 11:38:55 +11:00
parent 172b8c55f7
commit 2277134e8e

View File

@ -336,7 +336,6 @@ def build_direct_deps(bld, tgt_list):
t.direct_syslibs.add(d)
if d in syslib_deps:
for implied in TO_LIST(syslib_deps[d]):
print("Adding implied lib %s to %s" % (implied, t.sname))
t.direct_libs.add(implied)
continue
t2 = bld.name_to_obj(d, bld.env)