mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-01 03:12:42 +01:00
Remove console.log
This commit is contained in:
parent
fa3020dffd
commit
c3dcb08a2c
1 changed files with 0 additions and 1 deletions
|
@ -321,7 +321,6 @@
|
||||||
(Gets overridden by padutils.setupGlobalExceptionHandler)
|
(Gets overridden by padutils.setupGlobalExceptionHandler)
|
||||||
*/
|
*/
|
||||||
window.onerror = function(msg, url, line) {
|
window.onerror = function(msg, url, line) {
|
||||||
console.log('error', arguments);
|
|
||||||
var box = document.getElementById('editorloadingbox');
|
var box = document.getElementById('editorloadingbox');
|
||||||
box.innerHTML = '<p><b>An error occured while loading the pad</b></p>'
|
box.innerHTML = '<p><b>An error occured while loading the pad</b></p>'
|
||||||
+ '<p><b>'+msg+'</b> '
|
+ '<p><b>'+msg+'</b> '
|
||||||
|
|
Loading…
Reference in a new issue