Author: ranger
Date: Wed May 10 09:02:04 2006
New Revision: 13

URL: 
<http://svn.finkproject.org/websvn/listing.php?sc=1&rev=13&repname=user%3a+ranger>
Log:
remove debug stuf

Modified:
    trunk/phenomenon/lib/Phenomenon/Apache.pm

Modified: trunk/phenomenon/lib/Phenomenon/Apache.pm
URL: 
<http://svn.finkproject.org/websvn/diff.php?path=/trunk/phenomenon/lib/Phenomenon/Apache.pm&rev=13&repname=user%3a+ranger>
==============================================================================
--- trunk/phenomenon/lib/Phenomenon/Apache.pm (original)
+++ trunk/phenomenon/lib/Phenomenon/Apache.pm Wed May 10 09:02:04 2006
@@ -16,7 +16,7 @@
 sub handler($$) {
        my ($obj, $r) = @_;
 
-       print STDERR scalar localtime, ": handler() called\n";
+#      print STDERR scalar localtime, ": handler() called\n";
 
        my $db = Phenomenon::DB->new();
 
@@ -81,10 +81,10 @@
        );
        $hit->save;
 
-       #print STDERR Dumper([EMAIL PROTECTED]), "\n";
-
        $db->commit;
 
+#      print STDERR Dumper([EMAIL PROTECTED]), "\n";
+#
 #      print STDERR "== cookies ==\n";
 #      print STDERR Dumper(\%cookies), "\n";
 #



_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to