removed console.log from import helper

This commit is contained in:
Aster Fialla
2026-02-24 16:56:03 -05:00
parent 15a040d1d1
commit 8919fce34f

View File

@@ -45,7 +45,6 @@ ih.pluralKitImport = async function (authorId, attachmentUrl= null) {
}
}
catch(e) {
console.error(e);
errors.push(e);
}
}