diff --git a/OsmAnd/src/net/osmand/plus/audionotes/AudioVideoNoteRecordingMenu.java b/OsmAnd/src/net/osmand/plus/audionotes/AudioVideoNoteRecordingMenu.java index 5d9a331c50..6a2c8e36bc 100644 --- a/OsmAnd/src/net/osmand/plus/audionotes/AudioVideoNoteRecordingMenu.java +++ b/OsmAnd/src/net/osmand/plus/audionotes/AudioVideoNoteRecordingMenu.java @@ -299,7 +299,6 @@ public class AudioVideoNoteRecordingMenu { private void startCounter() { startTime = System.currentTimeMillis(); - Log.e("111", "START"); if (recTimer != null) { recTimer.cancel(); } @@ -322,7 +321,6 @@ public class AudioVideoNoteRecordingMenu { } private void stopCounter() { - Log.e("111", "STOP"); if (recTimer != null) { recTimer.cancel(); recTimer = null;