Remove unnecessary content

Signed-off-by: Taras <tarasm@gmail.com>
This commit is contained in:
Taras
2022-09-20 10:26:10 -04:00
parent 06bd958177
commit 1f8d4ae7d8
2 changed files with 0 additions and 98 deletions
@@ -119,11 +119,6 @@ export class PlaceholderProcessor implements CatalogProcessor {
return [data, false];
}
// if (typeof resolverValue !== 'string') {
// treat it as an argument to resolver function
// TODO: make this recursive, but it should resolve from bottom up
// }
const read = async (url: string): Promise<Buffer> => {
if (this.options.reader.readUrl) {
const response = await this.options.reader.readUrl(url);