Skip to content
This repository has been archived by the owner on Apr 13, 2021. It is now read-only.

Commit

Permalink
Remove logging - #1
Browse files Browse the repository at this point in the history
  • Loading branch information
tiblu committed Feb 20, 2020
1 parent d619168 commit 6237f1a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions static/js/clientHooks.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ exports.postToolbarInit = function (hook_name, args) {
var $epAuthorList = $epAuthorshipToggleAuthorList.find('#authorsList');

var resizeHandler = function() {
console.log('epAuthorshipToggle', 'resize handler!');

$epAuthorshipToggleAuthorList.css('top', $editbar.outerHeight() + 'px');
$editorcontainer.css('top', $epAuthorshipToggleAuthorList.offset().top + $epAuthorshipToggleAuthorList.outerHeight());
};
Expand Down

0 comments on commit 6237f1a

Please sign in to comment.