diff --git a/src/redux/node/api.ts b/src/redux/node/api.ts index f9807891..634151c4 100644 --- a/src/redux/node/api.ts +++ b/src/redux/node/api.ts @@ -16,7 +16,6 @@ export const postNode = ({ .post(API.NODE.SAVE, { node }, configWithToken(access)) .then(resultMiddleware) .catch(errorMiddleware); -// .then(console.log); export const getNodes = ({ from = null,