Remove confusing plug manager logs
This commit is contained in:
parent
f685061f1a
commit
19e5d8f21d
@ -93,9 +93,9 @@ export async function updatePlugs() {
|
||||
"_plug/".length,
|
||||
existingPlug.length - ".plug.json".length,
|
||||
);
|
||||
console.log("Considering", plugName);
|
||||
// console.log("Considering", plugName);
|
||||
if (!allPlugNames.includes(plugName)) {
|
||||
console.log("Removing plug", plugName);
|
||||
// console.log("Removing plug", plugName);
|
||||
await space.deleteAttachment(existingPlug);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user