From 2717dae127e553b0fb702d5ccb2b4b7e012f976b Mon Sep 17 00:00:00 2001 From: tbdrz <50599116+tbdrz@users.noreply.github.com> Date: Fri, 28 Jan 2022 13:39:36 +0100 Subject: [PATCH] Clear unusefull comments --- demo/typescript/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/demo/typescript/index.ts b/demo/typescript/index.ts index b496aef76..d0b5a2773 100644 --- a/demo/typescript/index.ts +++ b/demo/typescript/index.ts @@ -21,5 +21,4 @@ const ctx = { title: 'Welcome to liquidjs!' } -// console.log('isTruthy:', isTruthy('a string here')); engine.renderFile('todolist', ctx).then(console.log)