Skip to content

Commit c42d732

Browse files
committed
removing commented out console error
1 parent fb5b890 commit c42d732

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

dash/dash-renderer/src/utils/clientsideFunctions.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,6 @@ function set_props(
4040
dispatch(notifyObservers({id: idOrPath, props}));
4141

4242
if (!oldComponent) {
43-
// console.error(
44-
// `Could not find component with id or path: ${idOrPath}`
45-
// );
4643
return;
4744
}
4845

0 commit comments

Comments
 (0)