mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-09 23:41:08 +01:00
Cleanning code
This commit is contained in:
parent
cd1ca18e32
commit
158c28a719
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ public class UtilDate {
|
|||
*/
|
||||
public static Date dateAtNoon(Date aDate) {
|
||||
|
||||
Log.d(TAG, "dateAtNoon " + aDate);
|
||||
// Log.d(TAG, "dateAtNoon " + aDate);
|
||||
|
||||
Calendar calendar = Calendar.getInstance();
|
||||
calendar.setTime(aDate);
|
||||
|
|
Loading…
Reference in a new issue