Skip to content

Commit ba40455

Browse files
committed
fix: remove debug logging
1 parent 5df4701 commit ba40455

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

onion.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,6 @@ func layersForPackages(layers *LayersSet, pkg string) *LayersSet {
192192

193193
func (c *Config) CanDepend(dependantLayerName string, dependency string) Decision {
194194
layers := layersForPackages(c.Layers, dependency)
195-
fmt.Printf("layers: %#v\n", layers)
196195
for _, rule := range c.Rules {
197196
if rule.Layer != dependantLayerName {
198197
continue

0 commit comments

Comments
 (0)