From c9d45d97dcd7aa0c311651cbd0eb87a7e0850430 Mon Sep 17 00:00:00 2001 From: Fedor Katurov Date: Thu, 9 Apr 2020 14:23:51 +0700 Subject: [PATCH] cleanup --- src/redux/node/api.ts | 1 - 1 file changed, 1 deletion(-) 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,