debug printlns removed

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@905 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
allo 20 years ago
parent f1ff33177d
commit be8e95d86a

@ -273,13 +273,9 @@ public final class userDB {
this.oldDate.get(Calendar.YEAR) != this.newDate.get(Calendar.YEAR)
){ //new Day, reset time
newTimeUsed=0;
System.out.println("foo");
}else{
System.out.println("baz");
}
}
}else{ //no access so far
newTimeUsed=0;
System.out.println("bar");
}
this.mem.put(TIME_USED,Long.toString(newTimeUsed));
this.mem.put(LAST_ACCESS,Long.toString(timeStamp)); //update Timestamp

Loading…
Cancel
Save