[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

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



commit eb2b940c72f9f0828db045af1479c20b9b25c9b6
Author: David Fifield <david@xxxxxxxxxxxxxxx>
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) {



_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits