Removed some debugging info.
This commit is contained in:
parent
829505d548
commit
99ec103e97
@ -1,9 +1,7 @@
|
||||
'use strict';
|
||||
|
||||
try {
|
||||
console.log('Starting load xml')
|
||||
module.exports.XMLHttpRequest = XMLHttpRequest;
|
||||
console.log('Done load xml')
|
||||
} catch(error) {
|
||||
console.log('Warning: XMLHttpRequest is not defined');
|
||||
module.exports.XMLHttpRequest = null;
|
||||
|
Loading…
Reference in New Issue
Block a user