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};
|
||||
i += increment;
|
||||
}
|
||||
fmt.Println(pathLength);
|
||||
|
||||
i := 0
|
||||
|
||||
|
|
@ -681,9 +680,6 @@ func splitPath(path string, percentage float64) (string, string) {
|
|||
i += increment
|
||||
}
|
||||
|
||||
fmt.Println(path1);
|
||||
fmt.Println(path2);
|
||||
|
||||
return path1, path2
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue