Skip to content

Commit 6b5b157

Browse files
committed
Get rid of debug logs!
1 parent 19c6e2d commit 6b5b157

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

components/dashboard/src/workspaces/Workspaces.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ const WorkspacesPage: FunctionComponent = () => {
132132
const toggleGettingStarted = useCallback(
133133
(show: boolean) => {
134134
setShowGettingStarted(show);
135-
console.log("toggleGettingStarted", show);
136135

137136
mutateUser(
138137
{

0 commit comments

Comments
 (0)