remove debug logs

This commit is contained in:
Brian Smith 2014-04-29 03:36:09 -04:00
parent 8b43e63800
commit 4b98350f48
1 changed files with 0 additions and 2 deletions

View File

@ -111,13 +111,11 @@
var $txtComment = $('#txtComment', $screen);
if (!context.JK.currentUserId) {
console.log('here1');
$txtComment.attr('placeholder', 'You must be logged in to add a comment.');
$btnSelector.removeClass('button-orange');
$btnSelector.addClass('button-grey');
}
else {
console.log('here2');
$btnSelector.unbind('click');
$btnSelector.click(addComment);
}