Skip to content
This repository has been archived by the owner on Feb 2, 2024. It is now read-only.

Commit

Permalink
fix: main
Browse files Browse the repository at this point in the history
  • Loading branch information
engvik committed Feb 7, 2021
1 parent 06ad0d8 commit c7083e8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/sbanken/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ func main() {
writer := table.NewWriter()
writer.SetOutputMirror(os.Stdout)

panic("crapp")
conn, err := sbanken.NewEmptyConnection(writer)
if err != nil {
log.Fatal(err)
Expand Down

0 comments on commit c7083e8

Please sign in to comment.