Skip to content

Commit

Permalink
Merge pull request webmachine#32 from joewilliams/empty_env
Browse files Browse the repository at this point in the history
start webmachine with an empty env
  • Loading branch information
justinsheehy committed Jul 13, 2011
2 parents 2350435 + 658a0a2 commit 58847a1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ebin/webmachine.app
Expand Up @@ -22,7 +22,5 @@
]},
{registered, []},
{mod, {webmachine_app, []}},
{env, [
{dispatch_list, []}
]},
{env, []},
{applications, [kernel, stdlib, crypto]}]}.

0 comments on commit 58847a1

Please sign in to comment.