mason/dhandler: Delete stray debugging code.
[tgal] / mason / dhandler
index 88febcf..f66b2b3 100755 (executable)
@@ -308,7 +308,6 @@ Failed to find &lsquo;<% $path |h %>&rsquo;.
 %###-------------------------------------------------------------------------
 <%once>
        use autodie;
-use Data::Dumper;
        use File::stat;
 
        use TrivGal;
@@ -324,6 +323,7 @@ use Data::Dumper;
        elsif (-d $st) { $comp = ".contact"; }
        elsif (-f $st) { $comp = ".image"; }
        else { $comp = ".not-found"; }
+        $r->header_out("X-AGPL-Source" => $SRCURL);
        $m->comp($comp, path => $path);
 </%init>
 %