AS3 ClassCast fix

static const init in obfuscated code
This commit is contained in:
Jindra Petk
2013-03-25 21:29:24 +01:00
parent f843082a97
commit 4e8eddfbbc
2 changed files with 3 additions and 3 deletions

View File

@@ -443,7 +443,6 @@ public class Graph {
output.addAll(code.translatePart(localData, stack, start, end));
} catch (Exception ex) {
Logger.getLogger(Graph.class.getName()).log(Level.SEVERE, "error during printgraph", ex);
//ex.printStackTrace();
return ret;
}
}