Removed logs
This commit is contained in:
parent
a79fbf7fdf
commit
ffa87bfeb4
1 changed files with 0 additions and 2 deletions
|
@ -299,7 +299,6 @@ public class AudioVideoNoteRecordingMenu {
|
||||||
|
|
||||||
private void startCounter() {
|
private void startCounter() {
|
||||||
startTime = System.currentTimeMillis();
|
startTime = System.currentTimeMillis();
|
||||||
Log.e("111", "START");
|
|
||||||
if (recTimer != null) {
|
if (recTimer != null) {
|
||||||
recTimer.cancel();
|
recTimer.cancel();
|
||||||
}
|
}
|
||||||
|
@ -322,7 +321,6 @@ public class AudioVideoNoteRecordingMenu {
|
||||||
}
|
}
|
||||||
|
|
||||||
private void stopCounter() {
|
private void stopCounter() {
|
||||||
Log.e("111", "STOP");
|
|
||||||
if (recTimer != null) {
|
if (recTimer != null) {
|
||||||
recTimer.cancel();
|
recTimer.cancel();
|
||||||
recTimer = null;
|
recTimer = null;
|
||||||
|
|
Loading…
Reference in a new issue