diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl
index 4d869ddc3ea326950cfba4d5641c4157588486cf..38d64f0c01b8c3c16717dc4c7373650e3e568bb9 100755
--- a/scripts/checkpatch.pl
+++ b/scripts/checkpatch.pl
@@ -3752,7 +3752,6 @@ sub process {
 			if (ERROR("SPACING",
 				  "space prohibited before that close parenthesis ')'\n" . $herecurr) &&
 			    $fix) {
-				print("fixlinenr: <$fixlinenr> fixed[fixlinenr]: <$fixed[$fixlinenr]>\n");
 				$fixed[$fixlinenr] =~
 				    s/\s+\)/\)/;
 			}