Cody Joyce hace 2 meses
padre
commit
c0708160ca
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      utils/utils.go

+ 1 - 2
utils/utils.go

@@ -26,8 +26,7 @@ func Cwd(i int) string {
 	slice = slice[:len(slice)-1]
 	path := strings.Join(slice, "/")
 	path = strings.Replace(path, root, "", 1)
-	fmt.Println("root", root)
-	fmt.Println("path", path)
+
 	return path
 }