From c8470018b86383d090e56b142024c0cd55810523 Mon Sep 17 00:00:00 2001 From: Kevin Ollivier Date: Mon, 27 Feb 2006 05:52:56 +0000 Subject: [PATCH] Sorry, zapping rogue print statement. ;-/ git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37746 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/distrib/all/build-all | 1 - 1 file changed, 1 deletion(-) diff --git a/wxPython/distrib/all/build-all b/wxPython/distrib/all/build-all index 68b6e82f8e..ad6939b232 100755 --- a/wxPython/distrib/all/build-all +++ b/wxPython/distrib/all/build-all @@ -131,7 +131,6 @@ def main(args): config_env = config.asDict() config_env.update(os.environ) - print `config_env` # Things that need to be done before any of the builds initialTask = Task([ Job("cleanup", "distrib/all/build-setup", env=config_env), Job("makedocs", "distrib/all/build-docs", env=config_env), -- 2.47.2