From c276bc8dfd0f0e6883e287b089335866df3408e5 Mon Sep 17 00:00:00 2001 From: pentarctagon Date: Thu, 29 Mar 2018 00:33:15 -0500 Subject: [PATCH] Remove forgotten environment dump. --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index fb2883fa563e..fea22ff132f6 100755 --- a/SConstruct +++ b/SConstruct @@ -852,7 +852,7 @@ env.Command("wesnoth-deps.dot", [], env.Command("wesnoth-deps.png", "wesnoth-deps.dot", "dot -Tpng -o ${TARGET} ${SOURCE}") env.Clean(all, ["wesnoth-deps.dot", "wesnoth-deps.png"]) -print(env.Dump()) + # Local variables: # mode: python # end: