diff --git a/patekLogo.js b/patekLogo.js
index 3d95b70..32adef2 100644
--- a/patekLogo.js
+++ b/patekLogo.js
@@ -37,14 +37,11 @@ class PatekLogo extends HTMLElement {
this.shadow.innerHTML = `
`;
- // The magic with the --scale variable doesn't work, but I left it in there just in case we would want to somehow use it later.
const wrapper = document.createElement("span");
wrapper.setAttribute('id','wrapper');
wrapper.innerHTML += `${typeof this.attributes.title !== "undefined" ? this.attributes.title.value : "Pátek"}`;