[Jifty-commit] r513 -

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Mon Jan 16 11:21:54 EST 2006


Author: jesse
Date: Mon Jan 16 11:21:53 2006
New Revision: 513

Modified:
   /   (props changed)
   jifty/trunk/share/web/templates/dhandler

Log:
 r22410 at truegrounds:  jesse | 2006-01-15 20:51:47 -0500
 * removed a debugging statement


Modified: jifty/trunk/share/web/templates/dhandler
==============================================================================
--- jifty/trunk/share/web/templates/dhandler	(original)
+++ jifty/trunk/share/web/templates/dhandler	Mon Jan 16 11:21:53 2006
@@ -18,7 +18,6 @@
 # XXX TODO: move into a library
 # This code loads up any static file and displays it if it would 404 from dynamic content. Failing that, actually 404
 my $file = $m->dhandler_arg;
-warn $file;
 my $type = "application/octet-stream";
 if ( $file =~ /\.(gif|png|jpe?g)$/i ) {
     $type = "image/$1";


More information about the Jifty-commit mailing list