Skip to content

Commit 35a45ca

Browse files
LianaHusAniket-Engg
authored andcommitted
rm log
1 parent 6a767be commit 35a45ca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libs/remix-ui/run-tab/src/lib/components/recorderCardUI.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ export function RecorderUI(props: RecorderProps) {
2222
useEffect(() => {
2323
if (props.currentFile && props.currentFile.endsWith('.json')) setEnableRunButton(true)
2424
else setEnableRunButton(false)
25-
console.log('props.count', props.count)
2625
}, [props.currentFile])
2726

2827
const toggleClass = () => {

0 commit comments

Comments
 (0)