Skip to content

Commit f24f93d

Browse files
authored
Remove debug log from Register function (#2935)
1 parent 30af7b4 commit f24f93d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nodes/vyosnetworks_vyos/vyos.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ var (
4949

5050
// Register registers the node in the NodeRegistry.
5151
func Register(r *clabnodes.NodeRegistry) {
52-
log.Debug("Registering vyos ")
5352
generateNodeAttributes := clabnodes.NewGenerateNodeAttributes(generateable, generateIfFormat)
5453
platformAttrs := &clabnodes.PlatformAttrs{
5554
ScrapliPlatformName: scrapliPlatformName,

0 commit comments

Comments
 (0)