Remove some logs

master
Schoumi 6 years ago
parent ab3d33486e
commit 81edf57198

@ -522,7 +522,6 @@ public class Database extends SQLiteOpenHelper {
for(Long id : newNotifications)
{
if(!ids.contains(id)) {
System.out.println("Db add notif "+id);
ContentValues values = new ContentValues();
values.put("siteId", id);
values.put("skip", 0);

@ -110,7 +110,6 @@ public class NetworkManager {
+"&swlat="+sWCorner.latitude
+"&swlon="+sWCorner.longitude
+"&marker=2&fb=facebook&t1=0&t2=10";
Log.v("Url",urlstr);
//getData
URL url = null;
try {

Loading…
Cancel
Save