Skip to content

Commit a70b7cc

Browse files
committed
comment out debug
1 parent 53d13a1 commit a70b7cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

srv/info-stage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ var PORT = process.env.PORT || 9000
55
var Seneca = require('seneca')
66

77
Seneca({tag: 'info', legacy: {meta: true}})
8-
.test('print')
8+
//.test('print')
99

1010
.use('zipkin-tracer', {host: 'zipkin', sampling: 1})
1111
.use('statsd', {host: 'stats'})

0 commit comments

Comments
 (0)