Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Commit

Permalink
Merge pull request #87 from autonome/remove-cruft
Browse files Browse the repository at this point in the history
remove exports.main cruft
  • Loading branch information
Shane Tomlinson committed Nov 2, 2011
2 parents 3484800 + b6cf8ea commit 3037cdc
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions addon/lib/main.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
const {MainSession} = require("sessions/main_module");

exports.main = function() {
MainSession();
}

MainSession();

0 comments on commit 3037cdc

Please sign in to comment.