log cleanup

This commit is contained in:
SpikeHD
2022-07-24 20:59:45 -07:00
parent 0551f3e6a0
commit 0331bb5faf
5 changed files with 0 additions and 8 deletions

View File

@@ -215,7 +215,6 @@ export default class Options extends React.Component<IProps, IState> {
}
async restoreMetadata() {
console.log(this.props)
await meta.restoreMetadata(this.props.downloadManager)
}