Skip to content

Commit

Permalink
Delete Debug Print Statement
Browse files Browse the repository at this point in the history
Summary: Somehow this slipped through

Reviewed By: User9109348102340981

Differential Revision: D58048100

fbshipit-source-id: 504efca6a492605d6f729bc706bffb53371a8144
  • Loading branch information
Nichole Clarke authored and facebook-github-bot committed Jun 1, 2024
1 parent 051eb29 commit f2369a9
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,6 @@ public static List<SpecModelValidationError> validateMethods(
int numberOfAllowedMethodArgsUsed =
getNumberOfAllowedMethodArgsUsed(delegateMethod.methodParams, allowedDelegateMethodArgs);

System.out.println("Delegate method info: " + delegateMethodDescription);

for (int i = numberOfAllowedMethodArgsUsed, size = delegateMethod.methodParams.size();
i < size;
i++) {
Expand Down

0 comments on commit f2369a9

Please sign in to comment.