Skip to content

Commit f77f5c6

Browse files
author
Dhirenderchoudhary
committed
removed console log
1 parent 2179472 commit f77f5c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/components/user-status-modal-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ module('Integration | Component | user-status-modal', function (hooks) {
5454
this.set('showUserStateModal', !this.showUserStateModal);
5555
},
5656
createOOORequest: (from, until, reason) => {
57-
console.log('createOOORequest Payload:', { from, until, reason });
57+
5858
assert.strictEqual(
5959
reason,
6060
'OOO due to Bad Health',

0 commit comments

Comments
 (0)