Remove `never @@` exception

pull/336/head
Rick Carlino 2017-07-02 19:23:23 -05:00
parent 0093a0799f
commit aeeac425d9
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ export class WeedDetector
<TitleBar
onDeletionClick={this.clearWeeds}
deletionProgress={this.state.deletionProgress}
onSave={() => { throw new Error("NEVER @@") }}
onSave={() => { console.log("TODO"); }}
onTest={this.test}
title={"Weed Detector"}
help={t(ToolTips.WEED_DETECTOR)}