Skip to content

Commit 2e4028a

Browse files
authored
Merge pull request #8 from oslabs-beta/feature/MUI_Code_Preview
Feature/m UI code preview
2 parents 2768316 + 1053804 commit 2e4028a

File tree

5 files changed

+534
-376
lines changed

5 files changed

+534
-376
lines changed

app/src/components/main/Canvas.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,6 @@ const Canvas = forwardRef<HTMLDivElement, CanvasProps>(({ zoom }, ref) => {
211211
}
212212
// if item dropped is going to be a new instance (i.e. it came from the left panel), then create a new child component
213213
if (item.newInstance && item.instanceType !== 'Component') {
214-
console.log('inside not component check', item);
215214
dispatch(
216215
//update state
217216
addChild({

0 commit comments

Comments
 (0)