remove alert on session recording stop

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

View File

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