mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 15:36:16 -04:00
Remove top console logs to stop hosted iFrames being broken.
This commit is contained in:
parent
b2a723e57f
commit
00b6a1d9fe
2 changed files with 9 additions and 34 deletions
|
@ -104,7 +104,7 @@ function Ace2Editor()
|
|||
editor[fnName] = pendingInit(function(){
|
||||
if(fnName === "setAuthorInfo"){
|
||||
if(!arguments[0]){
|
||||
top.console.warn("setAuthorInfo AuthorId not set for some reason", arguments);
|
||||
// setAuthorInfo AuthorId not set for some reason
|
||||
}else{
|
||||
info[prefix + fnName].apply(this, arguments);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue