Skip to content

Commit

Permalink
remove errant print
Browse files Browse the repository at this point in the history
  • Loading branch information
annybs committed Jul 9, 2024
1 parent a190ad8 commit fa988cf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions memory.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
package ezdb

import "fmt"

type MemoryCollection[T any] struct {
c Collection[T]
m map[string]T
Expand Down Expand Up @@ -113,7 +111,6 @@ func (c *MemoryCollection[T]) Open() error {
if err != nil {
return err
}
fmt.Println(all)

c.m = all
} else {
Expand Down

0 comments on commit fa988cf

Please sign in to comment.