Code Cleanup

This commit is contained in:
Konloch 2022-01-22 13:06:25 -06:00
parent 5334a2da20
commit 61266b5402

View file

@ -45,7 +45,7 @@ function execute(classNodeList) {
if (s != null && !s.empty()) if (s != null && !s.empty())
gui.appendText(cn + "->" + s); gui.appendText(cn + "->" + s);
} }
} catch (e) { } catch (ignored) {
} }
} }
} }