Skip to content

Commit 883d7e0

Browse files
committed
Remove messy console.logs
1 parent 5e238aa commit 883d7e0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

code-input.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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);

0 commit comments

Comments
 (0)