Remove an unneeded TODO comment from gui.js

This commit is contained in:
chylex 2016-10-25 21:41:51 +02:00
parent f4814b88f4
commit 72511b92c6

View File

@ -117,7 +117,7 @@ var GUI = (function(){
var obj = {};
try{
obj = JSON.parse(reader.result); // TODO check content validity
obj = JSON.parse(reader.result);
}catch(e){
alert("Could not parse '"+file.name+"', see console for details.");
console.error(e);