mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
Remove unnecessary code
This commit is contained in:
parent
faf696b77d
commit
c9bb961fd0
@ -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()));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user