Skip to content
This repository was archived by the owner on Aug 6, 2021. It is now read-only.

Commit e8ee888

Browse files
committed
Remove stray logging
1 parent 2076224 commit e8ee888

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

templates/advanced/api/services/Ember.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@ var Ember = {
148148
if ( array.length > 0 ) {
149149
if ( !_.isNumber( array[ 0 ] ) && !_.isString( array[ 0 ] ) ) { // this is probably an array of records
150150
var model = sails.models[ pluralize( key, 1 ) ];
151-
console.log( "Sideloaded records model: ", model.identity );
152151
Ember.linkAssociations( model, array );
153152
}
154153
}

0 commit comments

Comments
 (0)