Skip to content
This repository was archived by the owner on Nov 25, 2020. It is now read-only.

Commit a8a6034

Browse files
committed
Forgotten console.log
1 parent 62e8145 commit a8a6034

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

core/src/plugins/meta.comments/class.CommentsPanel.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@ Class.create("CommentsPanel", {
6363
// Warning, method is called statically, there is no "this"
6464
loadInfoPanel : function(container, node){
6565

66-
console.log(container, container.down("textarea"), container.down("textarea.comments_textarea"));
67-
6866
container.down("#comments_container");
6967
container.down("textarea.comments_textarea").observe("focus", function(){
7068
pydio.UI.disableAllKeyBindings();

0 commit comments

Comments
 (0)