Skip to content

Commit

Permalink
perf: remove console
Browse files Browse the repository at this point in the history
  • Loading branch information
BoBoooooo committed Jan 9, 2021
1 parent e0f06cb commit 0aeb688
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/views/devTools/TableDesignerModule.vue
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ export default class TableDesignerModule extends Vue {
}
tableDesignerJson.name = tableDesignerJson.name || this.formValues.tableName;
tableDesignerJson.position = tableDesignerJson.position || this.formValues.position;
console.log(tableDesignerJson);
crud(type, 'dynamictables', {
...this.formValues,
tableName: tableDesignerJson.name,
Expand Down

0 comments on commit 0aeb688

Please sign in to comment.