Ver código fonte

removed debug code

Fabio Arnold 10 anos atrás
pai
commit
a43daf3438

+ 0 - 6
src/de/tudarmstadt/informatik/hostage/ui2/fragment/ThreatMapFragment.java

@@ -4,7 +4,6 @@ import android.app.Fragment;
 import android.graphics.Color;
 import android.location.Location;
 import android.os.Bundle;
-import android.util.Log;
 import android.view.InflateException;
 import android.view.LayoutInflater;
 import android.view.View;
@@ -82,11 +81,6 @@ public class ThreatMapFragment extends Fragment implements GoogleMap.OnInfoWindo
 		if (recordOverviewFragment != null) {
 			String ssid = sMarkerIDToSSID.get(marker.getId());
 			recordOverviewFragment.showDetailsForSSID(getActivity(), ssid);
-
-			if (ssid == null)
-				Log.i("SSID", "nullptr exception!!!");
-			else
-				Log.i("SSID", ssid);
 		}
 	}