Skip to content
This repository has been archived by the owner on Jan 18, 2021. It is now read-only.

Commit

Permalink
Fix asd
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxim Bovtunov committed Oct 30, 2019
1 parent a43b423 commit d14984d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions container.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package inject

import (
"fmt"
"io"
"reflect"

Expand All @@ -18,7 +17,6 @@ func New(options ...Option) (_ *Container, err error) {
}

options = append(options, Provide(func() *dot.Graph {
fmt.Println("asd")
return dot.NewGraphFromStorage(c.storage)
}))

Expand Down

0 comments on commit d14984d

Please sign in to comment.