🔇 remove stray logging
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-11-02 14:04:33 -04:00
parent 542e4924a2
commit dd257abbbe
4 changed files with 8 additions and 9 deletions

View File

@ -60,7 +60,6 @@ func (t *Tmux) ListSessions() ([]string, error) {
}
lines := strings.Trim(string(result), "\n")
fmt.Println("Sessions", lines)
return strings.Split(lines, "\n"), nil
}