Skip to content

Commit

Permalink
fix(MessageInteractionMetadataObject.java): removed useless println
Browse files Browse the repository at this point in the history
  • Loading branch information
seailz committed Apr 15, 2024
1 parent 5343599 commit e867d5a
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ public JSONObject compile() {
}

public static MessageInteractionMetadataObject decompile(JSONObject object) {
System.out.println(object);

HashMap<IntegrationType, String> authorizingIntegrationOwners = new HashMap<>();

if (object.has("authorizing_integration_owners"))
Expand Down

0 comments on commit e867d5a

Please sign in to comment.