fixed parser error when using incorrect call args

This commit is contained in:
Stefan Zermatten
2022-04-21 10:59:19 +02:00
parent cc24690a67
commit dcc95486b3
4 changed files with 20 additions and 22 deletions

View File

@@ -213,9 +213,6 @@ if (Meteor.isServer && Meteor.settings.useS3) {
return collection;
}
} else {
if (Meteor.isServer){
console.log('No S3 details specified, files will be stored in the local filesystem');
}
createS3FilesCollection = function({
collectionName,
storagePath,