From c702eb87d954b4d3350a57dce98b0af30fb680ed Mon Sep 17 00:00:00 2001 From: atom-box Date: Wed, 8 Sep 2021 20:06:57 -0500 Subject: [PATCH] prepare to be deleted --- helpers/quilt/immediateOutputFromInput.js | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/helpers/quilt/immediateOutputFromInput.js b/helpers/quilt/immediateOutputFromInput.js index c2e883f..aaa79c9 100644 --- a/helpers/quilt/immediateOutputFromInput.js +++ b/helpers/quilt/immediateOutputFromInput.js @@ -1,6 +1,8 @@ -let grub = (s)=>{ - let now = new Date(); - now = now.toLocaleString(); - console.log(`At {now} here is: {str1}`); - return s + "-" + s; - } \ No newline at end of file +// DEPRECATED todo + +let grub = (s)=>{ + // let now = new Date(); + // now = now.toLocaleString(); + // console.log(`At {now} here is: {str1}`); + // return s + "-" + s; + } \ No newline at end of file