mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-05-05 12:16:45 +02:00
Remove console.log
This commit is contained in:
parent
fa3020dffd
commit
c3dcb08a2c
@ -321,7 +321,6 @@
|
||||
(Gets overridden by padutils.setupGlobalExceptionHandler)
|
||||
*/
|
||||
window.onerror = function(msg, url, line) {
|
||||
console.log('error', arguments);
|
||||
var box = document.getElementById('editorloadingbox');
|
||||
box.innerHTML = '<p><b>An error occured while loading the pad</b></p>'
|
||||
+ '<p><b>'+msg+'</b> '
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user