test: Remove forgotten call of `console.log()`

The `console.log()` call was added by 94ec5c2.
This commit is contained in:
Miroslav Bajtoš 2014-06-02 08:33:41 +02:00
parent 5aa8b369b4
commit 5b53da93db
1 changed files with 0 additions and 1 deletions

View File

@ -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);
});
});