Skip to content

Commit 55fe6a9

Browse files
committed
debugging
1 parent da7c143 commit 55fe6a9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

internals/discovery/discovery.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,14 @@ func GetDiffDiscovery() Diff[string] {
3030
return Diff[string]{}
3131
}
3232

33+
logger.Dev("Raw: ", diff)
34+
3335
logger.Debug("Cleaning diff")
3436

3537
cleaned := CleanDiff(diff)
3638

39+
logger.Dev("Cleaned: ", cleaned)
40+
3741
return cleaned
3842
}
3943

0 commit comments

Comments
 (0)