Skip to content

Commit

Permalink
Removing sad console log.
Browse files Browse the repository at this point in the history
  • Loading branch information
aroc committed Jul 3, 2014
1 parent 12611b1 commit f505411
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion js/section.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ function Section( eventPipe, $el, currentUser, comments ) {
* @param {Object} event The event object.
*/
Section.prototype.markerClick = function( event ) {
console.log('clicked');
event.preventDefault();
this.select();
};
Expand Down
1 change: 0 additions & 1 deletion release/side-comments.js
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,6 @@ function Section( eventPipe, $el, currentUser, comments ) {
* @param {Object} event The event object.
*/
Section.prototype.markerClick = function( event ) {
console.log('clicked');
event.preventDefault();
this.select();
};
Expand Down
Loading

0 comments on commit f505411

Please # to comment.