Skip to content
This repository has been archived by the owner on Aug 18, 2018. It is now read-only.

Commit

Permalink
Remove debugger line
Browse files Browse the repository at this point in the history
  • Loading branch information
wycats committed Apr 28, 2008
1 parent 7b141aa commit ab6471a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion browser/env.js
Expand Up @@ -603,7 +603,6 @@ print = function(txt) { Ruby.puts(txt); };
file["delete"]();
} else if ( self.method == "GET" ) {
var file = Ruby.File.read(url.path);
print(file);
connection = {
code: "200",
message: "Ok",
Expand Down

0 comments on commit ab6471a

Please sign in to comment.