File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,6 @@ var codeInput = {
133133 // Bind sets elem as first parameter of function
134134 // So innerHTML can be read
135135 }
136- console . log ( `code-input: template: Added existing elements with template ${ templateName } ` ) ;
137136 }
138137
139138 if ( codeInput . defaultTemplate == undefined ) {
@@ -148,9 +147,7 @@ var codeInput = {
148147 // So innerHTML can be read
149148 }
150149 }
151- console . log ( `code-input: template: Set template ${ templateName } as default` ) ;
152150 }
153- console . log ( `code-input: template: Created template ${ templateName } ` ) ;
154151 } ,
155152
156153 /**
@@ -359,7 +356,6 @@ var codeInput = {
359356 * modifications to the `codeInput.Plugin.attributeChanged` method.
360357 */
361358 constructor ( observedAttributes ) {
362- console . log ( "code-input: plugin: Created plugin" ) ;
363359
364360 observedAttributes . forEach ( ( attribute ) => {
365361 codeInput . observedAttributes . push ( attribute ) ;
You can’t perform that action at this time.
0 commit comments