Skip to content

Commit fb22358

Browse files
committed
Revert changes in the testkit-backend log
1 parent 0f26e61 commit fb22358

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/testkit-backend/src/channel/testkit-protocol.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export default class Protocol extends EventEmitter {
6969
_emitRequest () {
7070
const request = JSON.parse(this._request)
7171
const { name, data } = request
72-
console.log('> Got request ' + name, JSON.stringify(data, undefined, 2))
72+
console.log('> Got request ' + name, data)
7373
this.emit('request', { name, data })
7474
}
7575
}

0 commit comments

Comments
 (0)