Skip to content

Commit 9ac0f78

Browse files
committed
Removed console log
1 parent 8bdf540 commit 9ac0f78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/qrCodeAuth.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ describe("QrCodeAuth", function () {
178178
});
179179

180180
it("should successfully fetch the user device info", function (done) {
181-
qrCodeAuthModel.storeUserDeviceInfo(userDeviceInfoData).then((res) => console.log(res));
181+
qrCodeAuthModel.storeUserDeviceInfo(userDeviceInfoData);
182182

183183
chai
184184
.request(app)

0 commit comments

Comments
 (0)