build: enable ENFORCE_GROUP_ORDERING()
[samba.git] / buildtools / wafsamba / samba_autoproto.py
index ab21a1e1a7511d1b6b1fda6ae7609288a83cbed9..19e4dbf94e40094c7379d5c0831eb3afb3d94437 100644 (file)
@@ -28,7 +28,6 @@ def SAMBA_AUTOPROTO(bld, header, source):
         ext_out='.c',
         rule = '../script/mkproto.pl --srcdir=.. --builddir=. --public=/dev/null --private=${TGT} ${SRC}'
         )
-    print "Added AUTOPROTO target %s" % header
 Build.BuildContext.SAMBA_AUTOPROTO = SAMBA_AUTOPROTO