Skip to content

Commit 0bffbc8

Browse files
authored
Removed system out
1 parent 17dc505 commit 0bffbc8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

CodenameOne/src/com/codename1/components/AudioRecorderComponent.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,6 @@ public RecorderState getState() {
406406

407407
private void setState(RecorderState state) {
408408
if (this.state != state) {
409-
System.out.println("State is now " + state);
410409
this.state = state;
411410
actionListeners.fireActionEvent(new ActionEvent(this));
412411
}

0 commit comments

Comments
 (0)