1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-08 21:42:24 +03:00

Remove unintentional logging

This commit is contained in:
David Baker
2015-12-01 10:20:21 +00:00
parent 4f8895f160
commit 1df03aa82a

View File

@@ -65,7 +65,6 @@ class Skinner {
slot = name.substr(0, name.lastIndexOf('.') + 1) + comp.replaces.split('.').pop();
}
}
console.log(slot+" = "+name);
this.components[slot] = comp;
}