Skip to content

Commit a60631c

Browse files
Remove debugging
1 parent e58288b commit a60631c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/unit/config.spec.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ describe("config", function () {
3131
const result = await cloudinary.v2.api.resource("?");
3232
expect(result).fail();
3333
} catch (err) {
34-
console.log(err.request_options);
3534
expect(err.request_options).not.to.have.property("auth");
3635
}
3736
});
@@ -42,7 +41,6 @@ describe("config", function () {
4241
const result = await cloudinary.v2.api.resource("?", { oauth_token: 'MTQ0NjJkZmQ5OTM2NDE1ZTZjNGZmZjI4' });
4342
expect(result).fail();
4443
} catch (err) {
45-
console.log(err.request_options);
4644
expect(err.request_options.headers).not.to.have.property("Authorization");
4745
}
4846
});

0 commit comments

Comments
 (0)