removed console.log()
This commit is contained in:
@@ -390,7 +390,7 @@ define([
|
||||
|
||||
// onLoad for FileReader API
|
||||
var readerOnLoad = function(readEvent) {
|
||||
console.log(readEvent)
|
||||
|
||||
// get file content
|
||||
try{
|
||||
importData.mapData.push( JSON.parse( readEvent.target.result ) );
|
||||
|
||||
Reference in New Issue
Block a user