remove accidental testing code

This commit is contained in:
Send_Nukez 2021-10-13 09:26:35 +02:00
parent b2264a3324
commit 4b0d35db34

View file

@ -325,15 +325,6 @@ class _DribbblishShared {
}
const DribbblishShared = new _DribbblishShared();
for (let i = 0; i < 10; i++) {
DribbblishShared.config.register({
area: `Test ${i}`,
type: "button",
name: "Test",
key: `test${i}`
});
}
DribbblishShared.config.register({
type: "checkbox",
key: "rightBigCover",