Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfiana E. Sibuea committed Jul 25, 2014
1 parent 9a9c921 commit 4bab155
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
2 changes: 0 additions & 2 deletions dist/waves.js
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,6 @@
if ('duration' in options) {
Effect.duration = options.duration;
}

console.log('hello');

//Wrap input inside <i> tag
Effect.wrapInput($$('.waves-effect'));
Expand Down
2 changes: 1 addition & 1 deletion dist/waves.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/waves.min.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions src/js/waves.js
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,6 @@
if ('duration' in options) {
Effect.duration = options.duration;
}

console.log('hello');

//Wrap input inside <i> tag
Effect.wrapInput($$('.waves-effect'));
Expand Down

0 comments on commit 4bab155

Please sign in to comment.