Skip to content
This repository was archived by the owner on Feb 9, 2022. It is now read-only.

Commit

Permalink
[test.root] disable debug('uri')
Browse files Browse the repository at this point in the history
  • Loading branch information
uschen committed Aug 12, 2015
1 parent daeb435 commit fe3954b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/test.root.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ var debug = require('debug')('broker:test:root');

before(function() {
var uri = process.env.URI || 'amqp://localhost';
debug('uri', uri);
var parsedUri = urlLib.parse(uri);
var username = parsedUri.auth ? parsedUri.auth.split(':')[0] : undefined;
var password = parsedUri.auth ? parsedUri.auth.split(':')[1] : undefined;
Expand Down

0 comments on commit fe3954b

Please sign in to comment.