File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -286,5 +286,4 @@ var type = function type(ripple) {
286286 isStandardVerb = _is2 . default . in ( [ 'update' , 'add' , 'remove' ] ) ,
287287 log = require ( 'utilise/log' ) ( '[ri/sync]' ) ,
288288 err = require ( 'utilise/err' ) ( '[ri/sync]' ) ,
289- /* istanbul ignore next */
290- deb = ( ! _client2 . default && process . env . DEBUG || '' ) . split ( ',' ) . some ( ( 0 , _is2 . default ) ( '[ri/sync]' ) ) ? log : _identity2 . default ;
289+ deb = require ( 'utilise/deb' ) ( '[ri/sync]' ) ;
Original file line number Diff line number Diff line change @@ -196,4 +196,4 @@ const type = ripple => res => ripple.types[header('content-type')(res)] || {}
196196 , isStandardVerb = is . in ( [ 'update' , 'add' , 'remove' ] )
197197 , log = require ( 'utilise/log' ) ( '[ri/sync]' )
198198 , err = require ( 'utilise/err' ) ( '[ri/sync]' )
199- , deb = ( ! client && process . env . DEBUG || '' ) . split ( ',' ) . some ( is ( ' [ri/sync]') ) ? log : identity
199+ , deb = require ( 'utilise/deb' ) ( ' [ri/sync]')
You can’t perform that action at this time.
0 commit comments