diff --git a/Step/wwwroot/src/components/tooling-shanks.ts b/Step/wwwroot/src/components/tooling-shanks.ts index 235f1f99..55bd0d47 100644 --- a/Step/wwwroot/src/components/tooling-shanks.ts +++ b/Step/wwwroot/src/components/tooling-shanks.ts @@ -89,7 +89,6 @@ export default class toolingShanks extends Vue { } async save(item) { - debugger new ToolingService().SetShank(item).then(response => { this.selectedTool = response; let htmlelement = this.$refs.shankList as any;