removed prints
This commit is contained in:
parent
a487f954c6
commit
5b9e5ac9c1
1 changed files with 0 additions and 4 deletions
|
|
@ -562,7 +562,6 @@ func splitPath(path string, percentage float64) (string, string) {
|
||||||
prevPosition = geo.Point{X: x, Y: y};
|
prevPosition = geo.Point{X: x, Y: y};
|
||||||
i += increment;
|
i += increment;
|
||||||
}
|
}
|
||||||
fmt.Println(pathLength);
|
|
||||||
|
|
||||||
i := 0
|
i := 0
|
||||||
|
|
||||||
|
|
@ -680,9 +679,6 @@ func splitPath(path string, percentage float64) (string, string) {
|
||||||
|
|
||||||
i += increment
|
i += increment
|
||||||
}
|
}
|
||||||
|
|
||||||
fmt.Println(path1);
|
|
||||||
fmt.Println(path2);
|
|
||||||
|
|
||||||
return path1, path2
|
return path1, path2
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue