Skip to content

Commit 7de5241

Browse files
remove comment
1 parent e41e26f commit 7de5241

File tree

1 file changed

+0
-7
lines changed
  • packages/oc-azure-storage-adapter/src

1 file changed

+0
-7
lines changed

packages/oc-azure-storage-adapter/src/index.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -171,13 +171,6 @@ export default function azureAdapter(conf: AzureConfig): StorageAdapter {
171171
}
172172
}
173173

174-
// if (subDirectories.length === 0) {
175-
// throw {
176-
// code: strings.errors.STORAGE.DIR_NOT_FOUND_CODE,
177-
// msg: format(strings.errors.STORAGE.DIR_NOT_FOUND, dir)
178-
// };
179-
// }
180-
181174
return subDirectories;
182175
};
183176

0 commit comments

Comments
 (0)