Skip to content

Commit 38c0b8e

Browse files
committed
remove devlogs
1 parent b015b00 commit 38c0b8e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

internals/discovery/discovery.go

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

33-
logger.Dev("Raw: ", diff)
34-
3533
logger.Debug("Cleaning diff")
3634

3735
cleaned := CleanDiff(diff)
3836

39-
logger.Dev("Cleaned: ", cleaned)
40-
4137
return cleaned
4238
}
4339

0 commit comments

Comments
 (0)