mirror of
https://github.com/chylex/Discord-History-Tracker.git
synced 2025-04-13 07:17:12 +03:00
Remove an unneeded TODO comment from gui.js
This commit is contained in:
parent
f4814b88f4
commit
72511b92c6
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user