Skip to content

Commit

Permalink
clean-up
Browse files Browse the repository at this point in the history
  • Loading branch information
s0rg committed Mar 19, 2024
1 parent 416e427 commit 7f5e7ef
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions internal/builder/sdsl.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import (
"errors"
"fmt"
"io"
"log"
"strings"

"github.com/s0rg/decompose/internal/node"
Expand Down Expand Up @@ -109,8 +108,6 @@ func (s *Structurizr) AddEdge(e *node.Edge) {
}

if !ok {
log.Printf("not found: %+v", e)

return
}

Expand Down

0 comments on commit 7f5e7ef

Please sign in to comment.