Skip to content

Commit 8f2aa7c

Browse files
ludoholicdopenguin
andauthored
Update packages/plugins/Export/src/store/actions.ts
remove no longer needed comment pue to PR request Co-authored-by: Pascal Röhling <[email protected]>
1 parent 45903ec commit 8f2aa7c

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

packages/plugins/Export/src/store/actions.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -103,15 +103,6 @@ const actions: PolarActionTree<ExportState, ExportGetters> = {
103103
}
104104

105105
commit('setExportedMap', src)
106-
/*
107-
commit(
108-
'plugin/toast/addToast',
109-
{
110-
message: 'Your image is awesome and stored.',
111-
},
112-
{ root: true }
113-
)
114-
*/
115106
})
116107
map.renderSync()
117108
},

0 commit comments

Comments
 (0)