You've already forked matrix-react-sdk
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:
@@ -65,7 +65,6 @@ class Skinner {
|
|||||||
slot = name.substr(0, name.lastIndexOf('.') + 1) + comp.replaces.split('.').pop();
|
slot = name.substr(0, name.lastIndexOf('.') + 1) + comp.replaces.split('.').pop();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
console.log(slot+" = "+name);
|
|
||||||
this.components[slot] = comp;
|
this.components[slot] = comp;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user