Clear unusefull comments

This commit is contained in:
tbdrz
2022-01-28 22:41:11 +08:00
committed by Jun Yang
parent 8db6c7b28d
commit 2717dae127
-1
View File
@@ -21,5 +21,4 @@ const ctx = {
title: 'Welcome to liquidjs!'
}
// console.log('isTruthy:', isTruthy('a string here'));
engine.renderFile('todolist', ctx).then(console.log)