X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.document.server%2Fsrc%2Forg%2Fsimantics%2Fdocument%2Fserver%2FFunctions.java;h=d0ec54557353555349b5e66f222002b8c86f15ed;hb=fc2c84b45f73743c48cd525e85355362444d67a5;hp=20fa2a71b7b272cec574e351c715a17c25479f04;hpb=d49167ad01099b4c35705d702b3ddc89160b42a1;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.document.server/src/org/simantics/document/server/Functions.java b/bundles/org.simantics.document.server/src/org/simantics/document/server/Functions.java index 20fa2a71b..d0ec54557 100644 --- a/bundles/org.simantics.document.server/src/org/simantics/document/server/Functions.java +++ b/bundles/org.simantics.document.server/src/org/simantics/document/server/Functions.java @@ -1173,35 +1173,5 @@ public class Functions { return graph.syncRequest(new PathExistsRequest(context)); } - static class ConsoleSCLReportingHandler implements SCLReportingHandler { - - private final IConsole console; - - ConsoleSCLReportingHandler(IConsole console) { - this.console = console; - } - - @Override - public void print(String text) { - console.addMessage(text); - } - - @Override - public void printError(String error) { - console.addMessage(error); - } - - @Override - public void printCommand(String command) { - console.addMessage(command); - } - - @Override - public void didWork(double amount) { - console.addMessage("didWork " + amount); - } - - } - } \ No newline at end of file