Build fix.

Reverted r98488, which caused the scripts’ status messages to be included in the generated
files.

* create_hash_table:
* create_jit_stubs:



git-svn-id: http://svn.webkit.org/repository/webkit/trunk@98491 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/Source/JavaScriptCore/create_jit_stubs b/Source/JavaScriptCore/create_jit_stubs
index d2a96c1..f0fcb53 100644
--- a/Source/JavaScriptCore/create_jit_stubs
+++ b/Source/JavaScriptCore/create_jit_stubs
@@ -45,7 +45,7 @@
 my $rtype = "";
 my $op = "";
 
-print STDOUT "Creating JIT stubs for $file \n";
+print STDERR "Creating JIT stubs for $file \n";
 open(IN, $file) or die "No such file $file";
 
 while ( $_ = <IN> ) {