removed console.log()

This commit is contained in:
Exodus4D
2015-11-10 22:43:49 +01:00
parent 4837b46e87
commit 3b442f205b

View File

@@ -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 ) );