diff --git a/frontend/src/AppBuilder/AppCanvas/GhostWidgets.jsx b/frontend/src/AppBuilder/AppCanvas/GhostWidgets.jsx index 8fdf36d54e..1061521a66 100644 --- a/frontend/src/AppBuilder/AppCanvas/GhostWidgets.jsx +++ b/frontend/src/AppBuilder/AppCanvas/GhostWidgets.jsx @@ -1,7 +1,6 @@ import React from 'react'; export const DragGhostWidget = ({ isDragging }) => { - console.log('frog'); if (!isDragging) return ''; return (