diff --git a/form-sharing/3-updateSheetsList.js b/form-sharing/3-updateSheetsList.js index 4ac1c0b..048b423 100644 --- a/form-sharing/3-updateSheetsList.js +++ b/form-sharing/3-updateSheetsList.js @@ -55,7 +55,8 @@ fn(state => { ]; }); - console.log('sheetsData to append:: ', state.sheetsData); + console.log('# of new forms detected:: ', state.sheetsData.length); + console.log('Forms to add to the master sheet:: ', state.sheetsData); return state; });