Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed unneeded require('console') call #18

Merged
merged 1 commit into from
May 18, 2015
Merged

Removed unneeded require('console') call #18

merged 1 commit into from
May 18, 2015

Conversation

matthewgertner
Copy link
Contributor

No description provided.

@@ -1,5 +1,3 @@
var console = require("console");
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I still don't know whether this is here to support IE6&IE7 (in combination with browserify).
In each other scenario we can remove that.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think that this module was build for the browser (the name contains node 😄), so we can remove it.

@marcbachmann marcbachmann merged commit 19bc3be into janl:master May 18, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants