Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
hyeon81 committed Apr 18, 2024
1 parent c179414 commit f1448a7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 97 deletions.
2 changes: 0 additions & 2 deletions src/app/teams/[id]/panel/WidgetList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ const WidgetList = ({
/* drag 시작 시 호출 */
const onDragStart = useCallback(
(e: any, wgType: WidgetType) => {
console.log('onDragStart')
setIsDropping(true)
setType(wgType)
setSize(toolSize[wgType] ?? 'S')
Expand Down Expand Up @@ -161,7 +160,6 @@ const WidgetList = ({
unselectable="on"
onDragStart={(e) => onDragStart(e, typeValue)}
onDragEnd={() => {
console.log('onDragEnd')
setIsDropping(false)
}}
>
Expand Down
95 changes: 0 additions & 95 deletions src/components/WorkingDolphin.tsx

This file was deleted.

0 comments on commit f1448a7

Please sign in to comment.