Skip to content

Commit

Permalink
Remove leftover print.
Browse files Browse the repository at this point in the history
  • Loading branch information
fabioz committed Oct 21, 2023
1 parent 3dc875b commit c9337e1
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2935,9 +2935,9 @@ public String genCythonJson() {
CompletionProposalFactory.get().getCythonShellId());
String contents = parserInfo.document.get();
String ret = serverShell.convertToJsonAst(StringUtils.replaceNewLines(contents, "\n"));
System.out.println("---");
System.out.println(JsonValue.readFrom(ret).toPrettyString());
System.out.println("---");
// System.out.println("---");
// System.out.println(JsonValue.readFrom(ret).toPrettyString());
// System.out.println("---");
return ret;
} catch (RuntimeException e) {
throw e;
Expand Down

0 comments on commit c9337e1

Please sign in to comment.