Remove useless log
This commit is contained in:
@@ -20,10 +20,8 @@
|
|||||||
|
|
||||||
//Plugins
|
//Plugins
|
||||||
for (const name of Object.keys(imports.plugins)) {
|
for (const name of Object.keys(imports.plugins)) {
|
||||||
if (!plugins[name].enabled) {
|
if (!plugins[name].enabled)
|
||||||
console.log("skipping "+name)
|
|
||||||
continue
|
continue
|
||||||
}
|
|
||||||
|
|
||||||
pending.push((async () => {
|
pending.push((async () => {
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user