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 */