Skip to content

Commit f505411

Browse files
committed
Removing sad console log.
1 parent 12611b1 commit f505411

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

js/section.js

-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ function Section( eventPipe, $el, currentUser, comments ) {
3131
* @param {Object} event The event object.
3232
*/
3333
Section.prototype.markerClick = function( event ) {
34-
console.log('clicked');
3534
event.preventDefault();
3635
this.select();
3736
};

release/side-comments.js

-1
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,6 @@ function Section( eventPipe, $el, currentUser, comments ) {
613613
* @param {Object} event The event object.
614614
*/
615615
Section.prototype.markerClick = function( event ) {
616-
console.log('clicked');
617616
event.preventDefault();
618617
this.select();
619618
};

0 commit comments

Comments
 (0)