removing unintended debugger statement :(
This commit is contained in:
parent
dbdadf2115
commit
971c04e9f2
|
@ -17,7 +17,6 @@ public class TorTransProxy implements TorServiceConstants {
|
||||||
|
|
||||||
public String getIpTablesPath (Context context)
|
public String getIpTablesPath (Context context)
|
||||||
{
|
{
|
||||||
android.os.Debug.waitForDebugger();
|
|
||||||
|
|
||||||
SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(context);
|
SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(context);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue