Skip to content

Commit f77bbca

Browse files
committed
removed console logs and commented out code as per Jon/Eliza's review
1 parent d00b60f commit f77bbca

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

app/src/components/left/HTMLItem.tsx

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -126,25 +126,7 @@ const HTMLItem: React.FC<{
126126

127127
const dispatch = useDispatch();
128128

129-
/* const handleClick = () => {
130-
console.log('Component clicked:', name);
131-
console.log('id', id);
132-
// Dispatch action to add child
133-
dispatch(
134-
addChild({
135-
type: 'HTML Element',
136-
typeId: id,
137-
childId: null,
138-
contextParam: {
139-
allContext: []
140-
}
141-
})
142-
);
143-
};*/
144-
145129
const handleClick = () => {
146-
console.log('Component clicked:', name);
147-
console.log('id', id);
148130
const childData = {
149131
type: 'HTML Element',
150132
typeId: id,

0 commit comments

Comments
 (0)