mirror of
https://github.com/wassname/template.git
synced 2026-09-11 12:51:52 +08:00
Move Runlevel reporting to console.debug calls, fix logic flaw when to complain about Controller initialization
This commit is contained in:
@@ -67,7 +67,7 @@ export default function render(dom) {
|
||||
if (templateTag) {
|
||||
templateTag.parentNode.removeChild(templateTag);
|
||||
} else {
|
||||
console.info('FYI: Did not find template tag when trying to remove it. You may not have added it. Be aware that our polyfills will add it.')
|
||||
console.debug('FYI: Did not find template tag when trying to remove it. You may not have added it. Be aware that our polyfills will add it.')
|
||||
}
|
||||
|
||||
// add loader
|
||||
|
||||
Reference in New Issue
Block a user