Skip to content

Commit 9c93e76

Browse files
author
kamaleshnneerasa
committed
remove print statement
1 parent e977fea commit 9c93e76

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

hypertrace-graphql-labels-schema/src/main/java/org/hypertrace/graphql/label/request/LabelRequestBuilderImpl.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ public LabelCreateRequest buildCreateRequest(
2828
@Override
2929
public LabelUpdateRequest buildUpdateRequest(
3030
GraphQlRequestContext requestContext, Map<String, Object> arguments) {
31-
System.out.println(arguments);
3231
return new LabelUpdateRequestImpl(
3332
requestContext,
3433
this.argumentDeserializer.deserializeObject(arguments, Label.class).orElseThrow());

0 commit comments

Comments
 (0)