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)