Skip to content

Commit

Permalink
missing sprite match should be debug message, not warning
Browse files Browse the repository at this point in the history
  • Loading branch information
bcamper committed Aug 3, 2016
1 parent 28604dc commit 147b743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/points/points.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ Object.assign(Points, {
}
}
else {
log('warn', `Style: in style '${this.name}', could not find sprite '${sprite}' for texture '${this.texture}'`);
log('debug', `Style: in style '${this.name}', could not find sprite '${sprite}' for texture '${this.texture}'`);
return;
}
}
Expand Down

0 comments on commit 147b743

Please sign in to comment.