Remove silly print.
[ardour.git] / libs / ardour / wscript
index 9e367bc431f42665d93417254b0d9b1c7db1ffe3..52c24c5d117e295b6f2e42935f26a6c5ddb80568 100644 (file)
@@ -334,7 +334,6 @@ int main(int argc, char **argv) {
         conf.define ('HAVE_OGG', 1)
 
     if Options.options.lv2 and conf.is_defined('HAVE_LILV'):
-        print "LV2 option was ", Options.options.lv2
         conf.define ('LV2_SUPPORT', 1)
 
     conf.write_config_header('libardour-config.h', remove=False)