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