Skip to content

Commit b933f84

Browse files
committed
remove console.log
1 parent 44218cb commit b933f84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/odoo/actions/create-record/create-record.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export default {
1919
const {
2020
odoo,
2121
...data
22-
} = this; console.log(data);
22+
} = this;
2323
const response = await odoo.createRecord([
2424
data,
2525
]);

0 commit comments

Comments
 (0)