Skip to content

Commit c78b8d4

Browse files
Removed console statement
1 parent e1641d9 commit c78b8d4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/frontend/components/modal/modals/curval/lib/component.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,6 @@ class CurvalModalComponent extends ModalComponent {
218218
const record_id = isNaN(parseInt(id)) ? 0 : parseInt(id)
219219
const parent_key = `linkspace-column-${col_id}-${$('body').data('layout-identifier')}-${record_id}`;
220220
let existing = fromJson(await gadsStorage.getItem(parent_key) ?? "[]")
221-
console.log('existing', existing, typeof existing);
222221
const identifier = current_id || guid
223222
// "existing" is the existing values for this curval
224223
// Pull out the current record if it exists

0 commit comments

Comments
 (0)