[tor-commits] [orbot/master] remove debug waiter

n8fr8 at torproject.org n8fr8 at torproject.org
Fri May 2 14:10:38 UTC 2014


commit b056e7f6cdf26ffb0a13d4b34d129a74d4949315
Author: Nathan Freitas <nathan at freitas.net>
Date:   Thu May 1 21:37:36 2014 -0400

    remove debug waiter
---
 src/org/torproject/android/service/TorService.java |    2 --
 1 file changed, 2 deletions(-)

diff --git a/src/org/torproject/android/service/TorService.java b/src/org/torproject/android/service/TorService.java
index 05f4376..21c6247 100644
--- a/src/org/torproject/android/service/TorService.java
+++ b/src/org/torproject/android/service/TorService.java
@@ -274,8 +274,6 @@ public class TorService extends Service implements TorServiceConstants, TorConst
 	 * @see android.app.Service#onStart(android.content.Intent, int)
 	 */
 	public int onStartCommand(Intent intent, int flags, int startId) {
-	
-		android.os.Debug.waitForDebugger();
 
 		try
 		{





More information about the tor-commits mailing list