From 94c11ebd90f3243a0e5af010ce9208ff1fef9637 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sat, 21 Jan 2017 15:04:39 +0000 Subject: [PATCH] remove debug cruft from wscript for push2 that breaks with python3 --- libs/surfaces/push2/wscript | 2 -- 1 file changed, 2 deletions(-) diff --git a/libs/surfaces/push2/wscript b/libs/surfaces/push2/wscript index 0934ff5891..9c75f9d69f 100644 --- a/libs/surfaces/push2/wscript +++ b/libs/surfaces/push2/wscript @@ -6,8 +6,6 @@ import os top = '.' out = 'build' -print "this is push2" - def options(opt): autowaf.set_options(opt)