We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17dc505 commit 0bffbc8Copy full SHA for 0bffbc8
CodenameOne/src/com/codename1/components/AudioRecorderComponent.java
@@ -406,7 +406,6 @@ public RecorderState getState() {
406
407
private void setState(RecorderState state) {
408
if (this.state != state) {
409
- System.out.println("State is now " + state);
410
this.state = state;
411
actionListeners.fireActionEvent(new ActionEvent(this));
412
}
0 commit comments