🔇 remove stray logging
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
-1
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
}