Remove unnecessary comment

Co-authored-by: Alexandre BODIN <alexandrebodin@users.noreply.github.com>
This commit is contained in:
Yuku Takahashi 2021-12-14 08:42:35 +09:00 committed by GitHub
parent bcb2745733
commit 13435d25d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,7 +64,6 @@ const getEnabledPlugins = async strapi => {
try {
packageInfo = require(packagePath);
} catch {
// Some packages, including firebase-admin, do not export package.json.
continue;
}