Remove confusing plug manager logs

pull/138/head
Zef Hemel 2022-11-28 08:48:09 +01:00
parent f685061f1a
commit 19e5d8f21d
1 changed files with 2 additions and 2 deletions

View File

@ -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);
}
}