@@ -33,9 +33,6 @@ public class NetUtil {
* @return
*/
public static boolean isConnected(Context context) {
- if(!CAN_CONNECT_SERVICE){
- return false;
- }
ConnectivityManager connectivity = (ConnectivityManager) SheepApp.getInstance()
.getSystemService(Context.CONNECTIVITY_SERVICE);