[klibc] Remove debugging code

Remove some code which was used during development, and shouldn't matter
anymore.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
diff --git a/usr/klibc/syscalls.pl b/usr/klibc/syscalls.pl
index 92f4306..a26640e 100644
--- a/usr/klibc/syscalls.pl
+++ b/usr/klibc/syscalls.pl
@@ -181,9 +181,6 @@
 		    $typesize{$a} = $size_table[$a_index];
 		}
 	    }
-	    if ($pass == 2) {
-		print STDERR "sizeof($a) = ", $typesize{$a}, "\n";
-	    }
 	}
 
 	if ($pass == 2) {