From 52b6ce06e6d03f481c518497b50c3362d04d2a70 Mon Sep 17 00:00:00 2001 From: Belen Curcio Date: Thu, 30 Mar 2017 13:07:32 -0300 Subject: [PATCH] Linting --- client/coral-embed-stream/src/Embed.js | 1 - client/coral-framework/helpers/importer.js | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/client/coral-embed-stream/src/Embed.js b/client/coral-embed-stream/src/Embed.js index b79c387f0..42f41874c 100644 --- a/client/coral-embed-stream/src/Embed.js +++ b/client/coral-embed-stream/src/Embed.js @@ -275,7 +275,6 @@ const mapStateToProps = (state) => Object if (key !== 'apollo') { entry[key] = state[key].toJS(); } - console.log(entry); return entry; }, {}); diff --git a/client/coral-framework/helpers/importer.js b/client/coral-framework/helpers/importer.js index f8130d9d2..6e7e5b251 100644 --- a/client/coral-framework/helpers/importer.js +++ b/client/coral-framework/helpers/importer.js @@ -46,6 +46,7 @@ function importer ({fill, ...props}) { } function filterBySlot (plugin) { + /** * filterBySlot */ @@ -97,6 +98,7 @@ function filterByUserConfig (plugin) { } function importAll(context) { + /** * importAll builds the map to import */ @@ -111,6 +113,7 @@ function importAll(context) { } function importAllAsArr(context) { + /** * importAllAsArr builds the array to import */