Skip to content

Commit

Permalink
Remove warn()
Browse files Browse the repository at this point in the history
  • Loading branch information
mwichary committed Feb 11, 2016
1 parent 21b339d commit 034f481
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion public/js/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ function splitPathIntoSeparateSegments(path) {

var segs = []
var s = path.pathSegList
console.warn(path)
var count = s.numberOfItems
for (var i = 0; i < count; i++) {
var item = s.getItem(i)
Expand Down

0 comments on commit 034f481

Please sign in to comment.