1
0

Remove confusing plug manager logs

This commit is contained in:
Zef Hemel 2022-11-28 08:48:09 +01:00
parent f685061f1a
commit 19e5d8f21d

View File

@ -93,9 +93,9 @@ export async function updatePlugs() {
"_plug/".length, "_plug/".length,
existingPlug.length - ".plug.json".length, existingPlug.length - ".plug.json".length,
); );
console.log("Considering", plugName); // console.log("Considering", plugName);
if (!allPlugNames.includes(plugName)) { if (!allPlugNames.includes(plugName)) {
console.log("Removing plug", plugName); // console.log("Removing plug", plugName);
await space.deleteAttachment(existingPlug); await space.deleteAttachment(existingPlug);
} }
} }