Skip to content

Commit

Permalink
Remove forgotten environment dump.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pentarctagon authored and jyrkive committed May 30, 2018
1 parent 2c3dd2f commit c276bc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SConstruct
Expand Up @@ -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:

0 comments on commit c276bc8

Please sign in to comment.