Skip to content

Commit 9d01557

Browse files
committed
clean up
1 parent 4b8a974 commit 9d01557

File tree

1 file changed

+0
-1
lines changed
  • opencti-platform/opencti-front/src/utils

1 file changed

+0
-1
lines changed

opencti-platform/opencti-front/src/utils/store.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ export const deleteNodeFromId = (store, containerId, key, filters, id) => {
6868
delete params.id;
6969
const conn = ConnectionHandler.getConnection(record, key, params);
7070
if (conn) {
71-
console.log({ conn, params });
7271
ConnectionHandler.deleteNode(conn, id);
7372
} else {
7473
throw new Error(`Delete node ${id} connection ${key} not found`);

0 commit comments

Comments
 (0)