[tor-commits] [flashproxy/master] Remove debugging line.

dcf at torproject.org dcf at torproject.org
Mon Apr 9 04:08:42 UTC 2012


commit eb2b940c72f9f0828db045af1479c20b9b25c9b6
Author: David Fifield <david at bamsoftware.com>
Date:   Sat Mar 31 16:45:27 2012 -0700

    Remove debugging line.
---
 flashproxy.js |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/flashproxy.js b/flashproxy.js
index 640e236..754e22e 100644
--- a/flashproxy.js
+++ b/flashproxy.js
@@ -320,8 +320,6 @@ function FlashProxy()
     this.make_proxy_pair = function(client_addr, relay_addr) {
         var proxy_pair;
 
-        puts("make_proxy_pair");
-
         proxy_pair = new ProxyPair(client_addr, relay_addr);
         this.proxy_pairs.push(proxy_pair);
         proxy_pair.complete_callback = function(event) {





More information about the tor-commits mailing list