remove unnecessary get

This commit is contained in:
fyears 2024-05-19 19:59:16 +08:00
parent c4c39f6b79
commit 11b7fee80b

View File

@ -773,8 +773,6 @@ export class FakeFsWebdav extends FakeFs {
try { try {
await this._init(); await this._init();
const c = await this.client.getDAVCompliance(`/${this.remoteBaseDir}/`);
console.debug(c);
const results = await this._statFromRoot(`/${this.remoteBaseDir}/`); const results = await this._statFromRoot(`/${this.remoteBaseDir}/`);
if (results === undefined) { if (results === undefined) {
const err = "results is undefined"; const err = "results is undefined";