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 Sep 27, 2018
1 parent 4db3d91 commit e095379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SConstruct
Expand Up @@ -872,7 +872,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 e095379

Please sign in to comment.