remove alert on session recording stop

This commit is contained in:
Nuwan 2023-07-06 10:05:21 +05:30
parent dd4f62cb07
commit bc71730df4
1 changed files with 1 additions and 1 deletions

View File

@ -828,7 +828,7 @@ ConfigureTracksActions = @ConfigureTracksActions
this.app.notifyAlert(title, "Error reason: " + reason); this.app.notifyAlert(title, "Error reason: " + reason);
} }
} else { } else {
alert('TODO: open recording files directory') logger.debug('backend opens recording files directory.')
} }
break; break;