X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=bundles%2Forg.simantics.document.server%2Fsrc%2Forg%2Fsimantics%2Fdocument%2Fserver%2FFunctions.java;fp=bundles%2Forg.simantics.document.server%2Fsrc%2Forg%2Fsimantics%2Fdocument%2Fserver%2FFunctions.java;h=d0ec54557353555349b5e66f222002b8c86f15ed;hb=3cc1639723d8835421b8fe32e32ab708f4ffe056;hp=20fa2a71b7b272cec574e351c715a17c25479f04;hpb=9104cdc8a297370b831fea918ff1ca98994b6946;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