From fe7a861337f7c14cf79599c70295c051945fe31b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 26 Feb 2013 02:15:45 +0000 Subject: Remove debug print and fix Python 3 compatibility. git-svn-id: http://svn.drobilla.net/serd/trunk@419 490d8e77-9747-427b-9fa3-0b8f29cee8a0 --- wscript | 1 - 1 file changed, 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index 14d4785b..64f3356e 100644 --- a/wscript +++ b/wscript @@ -516,7 +516,6 @@ def test(ctx): report.close() except Exception as e: - print "error:", e pass autowaf.post_test(ctx, APPNAME) -- cgit v1.2.1