[Bps-public-commit] Prophet - A disconnected, replicated p2p database branch, master, updated. 2a90a6788fb2e2f4f1ed21fdfc15640835a30e6a

jesse jesse at bestpractical.com
Sun Feb 1 00:00:11 EST 2009


The branch, master has been updated
       via  2a90a6788fb2e2f4f1ed21fdfc15640835a30e6a (commit)
      from  73df4b6c8bd1128cc1907859858b8a17d6701310 (commit)

Summary of changes:
 lib/Prophet/Server.pm |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit 2a90a6788fb2e2f4f1ed21fdfc15640835a30e6a
Author: Jesse Vincent <jesse at bestpractical.com>
Date:   Sat Jan 31 23:59:59 2009 -0500

    Removing a debugging statement

diff --git a/lib/Prophet/Server.pm b/lib/Prophet/Server.pm
index f8e48ae..a9484f9 100644
--- a/lib/Prophet/Server.pm
+++ b/lib/Prophet/Server.pm
@@ -329,7 +329,6 @@ sub send_static_file {
     } elsif ( $filename =~ /.png$/ ) {
         $type = 'image/png';
     }
-    warn "Looking for $filename";
     for my $root ( $self->app_static_root, $self->prophet_static_root) {
         next unless -f File::Spec->catfile( $root => $filename );
         my $qualified_file = Cwd::fast_abs_path( File::Spec->catfile( $root => $filename ) );

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list