aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetter Reinholdtsen <pere@hungry.com>2006-08-25 21:49:54 +0000
committerPetter Reinholdtsen <pere@hungry.com>2006-08-25 21:49:54 +0000
commit719409ec638dfb7ee14fe3acb0d4094fed58db85 (patch)
tree232ac6c2ff9fa43cacb97f6e22909c6e94883023
parent8eaecd0010c18125f2608bad45d23ed536a105b2 (diff)
downloadsitesummary-719409ec638dfb7ee14fe3acb0d4094fed58db85.tar.gz
sitesummary-719409ec638dfb7ee14fe3acb0d4094fed58db85.tar.bz2
sitesummary-719409ec638dfb7ee14fe3acb0d4094fed58db85.tar.xz
Remove debug output.
-rw-r--r--sitesummary-collector.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/sitesummary-collector.cgi b/sitesummary-collector.cgi
index b73403c..51dd193 100644
--- a/sitesummary-collector.cgi
+++ b/sitesummary-collector.cgi
@@ -47,7 +47,7 @@ if (exists $ENV{CONTENT_TYPE} && $ENV{CONTENT_TYPE} =~ m%multipart/form-data%){
$data = Compress::Zlib::memGunzip($data);
@entry = ($data);
} else { # Pass throught
- print STDERR "Identity encoding detected.\n";
+ #print STDERR "Identity encoding detected.\n";
@entry = <$fh>;
}
}