9b56a909666c8884475e187f6d30150f8200be61
angie
  Wed Aug 10 16:41:48 2011 -0700
Bug #454 (hgTables fills the error logs with no-content errors):Removing an old debugging printf that must have been accidentally committed.

diff --git src/hg/hgTables/hgTables.c src/hg/hgTables/hgTables.c
index 3cdd424..6bb5e14 100644
--- src/hg/hgTables/hgTables.c
+++ src/hg/hgTables/hgTables.c
@@ -1914,22 +1914,20 @@
         doGetGreatOutput(dispatch);
     else
         dispatch();
     }
 /* Save variables. */
 cartCheckout(&cart);
 }
 
 int main(int argc, char *argv[])
 /* Process command line. */
 {
 pushCarefulMemHandler(LIMIT_2or6GB);
 htmlPushEarlyHandlers(); /* Make errors legible during initialization. */
 cgiSpoof(&argc, argv);
 
-struct dyString *in = cgiUrlString();
-fprintf(stderr, "%s\n", in->string);
 hgTables();
 
 textOutClose(&compressPipeline);
 return 0;
 }