diff options
-rw-r--r-- | lib/handlebars/runtime.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/handlebars/runtime.js b/lib/handlebars/runtime.js index 874728f..5f73897 100644 --- a/lib/handlebars/runtime.js +++ b/lib/handlebars/runtime.js @@ -20,8 +20,6 @@ export function checkRevision(compilerInfo) { } } -// TODO: Remove this line and break up compilePartial - export function template(templateSpec, env) { /* istanbul ignore next */ if (!env) { |