Title: [678] trunk/rails-integration/src/main/java/org/jruby/webapp/FileServlet.java: ooops, removing debug output (for caching)
Revision
678
Author
tirsen
Date
2007-07-26 02:26:13 -0400 (Thu, 26 Jul 2007)

Log Message

ooops, removing debug output (for caching)

Modified Paths


Diff

Modified: trunk/rails-integration/src/main/java/org/jruby/webapp/FileServlet.java (677 => 678)


--- trunk/rails-integration/src/main/java/org/jruby/webapp/FileServlet.java	2007-07-24 01:32:33 UTC (rev 677)
+++ trunk/rails-integration/src/main/java/org/jruby/webapp/FileServlet.java	2007-07-26 06:26:13 UTC (rev 678)
@@ -157,7 +157,6 @@
             }
 
             // setup IO streams
-            System.out.println("sending file: " + file);
             ByteBuffer buffer = ByteBuffer.allocate(bufferSize);
             in = new FileInputStream(file).getChannel();
 
_______________________________________________
Jruby-extras-devel mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/jruby-extras-devel

Reply via email to