Skip to content

Commit

Permalink
Use sbinet's error silencing logic.
Browse files Browse the repository at this point in the history
  • Loading branch information
kisielk committed Nov 30, 2013
1 parent ab4c428 commit d5d39e7
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 14 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 0 additions & 8 deletions h5e.go

This file was deleted.

6 changes: 0 additions & 6 deletions hdf5_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,3 @@ func TestLibVersion(t *testing.T) {
t.Fatalf("go-hdf5 requires HDF5 > 1.8.0, detected %s", v)
}
}

func init() {
if err := disableErrorPrinting(); err != nil {
panic(err)
}
}

0 comments on commit d5d39e7

Please sign in to comment.