Skip to content

Commit

Permalink
cleanup: Remove console trace
Browse files Browse the repository at this point in the history
  • Loading branch information
HunterBarclay committed Dec 19, 2024
1 parent 3c2ba0c commit 73880d5
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -345,9 +345,6 @@ const ConfigurePanel: React.FC<PanelPropsImpl> = ({ panelId }) => {
new ConfigurationSavedEvent()
}
setConfigMode(undefined)
console.trace(
`[Assembly Selection] Selecting Assembly -> '${a?.assemblyName ?? "undefined"}'`
)
setSelectedAssembly(a)
}}
selectedAssembly={selectedAssembly}
Expand Down

0 comments on commit 73880d5

Please sign in to comment.