remove debug output
[ardour.git] / libs / backends / wscript
index a504796980c4c9374f2e67758178810406840157..833d831e27670d7abf368846941974c6bb665cd6 100644 (file)
@@ -19,7 +19,7 @@ def sub_config_and_use(conf, name, has_objects = True):
 def configure(conf):
     autowaf.set_recursive()
     autowaf.configure(conf)
-    
+
     backends = conf.env['BACKENDS']
     for i in backends:
         sub_config_and_use(conf, i)