mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-05-24 12:35:05 +00:00
remove accidental testing code
This commit is contained in:
parent
b2264a3324
commit
4b0d35db34
1 changed files with 0 additions and 9 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue