Skip to content

Commit 0b460d6

Browse files
committed
println
1 parent 871814d commit 0b460d6

File tree

1 file changed

+0
-1
lines changed
  • generators/src/main/java/com/algolia/codegen/cts/tests

1 file changed

+0
-1
lines changed

generators/src/main/java/com/algolia/codegen/cts/tests/Snippet.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ public String toString() {
4141
}
4242

4343
public void addMethodCall(Map<String, Object> context, ParametersWithDataType paramsType, CodegenOperation ope) throws CTSException {
44-
System.out.println(this);
4544
context.put("method", method);
4645
if (ope.returnType != null && ope.returnType.length() > 0) {
4746
context.put("returnType", camelize(ope.returnType));

0 commit comments

Comments
 (0)