From 55089df0c48802912b67393b92b2dc4f2a6357cd Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Wed, 10 Aug 2016 03:25:25 +0200 Subject: [PATCH] remove debug output --- scripts/wscript | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/wscript b/scripts/wscript index e7c31d6f67..a820a1fc13 100644 --- a/scripts/wscript +++ b/scripts/wscript @@ -10,7 +10,6 @@ def configure(conf): def build(bld): scripts = bld.path.ant_glob ('*.lua', excl=['^_*']) - print scripts bld.install_files (os.path.join(bld.env['DATADIR'], 'scripts'), scripts) def options(opt):