mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-28 14:45:35 +00:00
logging fix
This commit is contained in:
@@ -584,9 +584,8 @@ public class Graph {
|
||||
output.add(new ScriptEndItem());
|
||||
}
|
||||
} catch (Exception ex) {
|
||||
//Logger.getLogger(Graph.class.getName()).log(Level.SEVERE, "error during printgraph", ex);
|
||||
throw ex;
|
||||
//return ret;
|
||||
Logger.getLogger(Graph.class.getName()).log(Level.SEVERE, "error during printgraph", ex);
|
||||
return ret;
|
||||
}
|
||||
}
|
||||
if (part.nextParts.size() == 2) {
|
||||
|
||||
Reference in New Issue
Block a user