Remove unnecessary code

This commit is contained in:
Rafal Wilinski 2017-09-02 15:46:32 +02:00
parent faf696b77d
commit c9bb961fd0

View File

@ -25,7 +25,6 @@ public class Invoke {
try {
HashMap<String, Object> parsedInput = parseInput(getInput());
System.out.println(getInput());
this.instance = this.getInstance();
System.out.println(this.invoke(parsedInput, new Context()));