Skip to content

Commit

Permalink
JSHint doesn't like console
Browse files Browse the repository at this point in the history
  • Loading branch information
David Hudlow committed Sep 27, 2013
1 parent 483644a commit f951711
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/Core/PolygonPipeline.js
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,6 @@ define([
// Make sure we don't go into an endless loop
var maxTries = nodeArray.length * 10;
if (tries > maxTries) {
console.warn('Tried ' + maxTries + ' times to find a valid cut to triangulate polygon and couldn\'t.');
// Hopefully that part of the polygon isn't important
return [];
}
Expand Down

0 comments on commit f951711

Please sign in to comment.