Skip to content

Commit 1d8b0f2

Browse files
removed commented line console.error
1 parent 5658abd commit 1d8b0f2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

client/modules/IDE/actions/collections.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ export function createCollection(collection) {
5858
browserHistory.push(location);
5959
})
6060
.catch((error) => {
61-
// console.error('Error creating collection', response.data);
6261
dispatch({
6362
type: ActionTypes.ERROR,
6463
error: error?.response?.data

0 commit comments

Comments
 (0)