Skip to content

Commit b6fc9b9

Browse files
committed
minor change
Signed-off-by: Manish Dait <[email protected]>
1 parent 986df9f commit b6fc9b9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

hiero-enterprise-base/src/main/java/com/openelements/hiero/base/implementation/MirrorNodeRestClient.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ default JSON queryTokenById(TokenId tokenId) throws HieroException {
5858

5959
@NonNull
6060
default JSON queryTopicById(TopicId topicId) throws HieroException {
61-
System.out.println("/api/v1/topics/" + topicId);
6261
return doGetCall("/api/v1/topics/" + topicId);
6362
}
6463

0 commit comments

Comments
 (0)