Remove console.log
This commit is contained in:
parent
fa3020dffd
commit
c3dcb08a2c
|
@ -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 New Issue