test: Remove forgotten call of `console.log()`
The `console.log()` call was added by 94ec5c2
.
This commit is contained in:
parent
5aa8b369b4
commit
5b53da93db
|
@ -549,7 +549,6 @@ describe('app', function() {
|
|||
|
||||
it('adds a camelized alias', function() {
|
||||
app.connector('FOO-BAR', loopback.Memory);
|
||||
console.log(app.connectors);
|
||||
expect(app.connectors.FOOBAR).to.equal(loopback.Memory);
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue