Skip to content

Commit 0fd67d1

Browse files
committed
Remove old logs from run command
1 parent 50058df commit 0fd67d1

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

cmd/meshexec/run.go

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -107,12 +107,7 @@ var runCmd = &cobra.Command{
107107
}
108108
}
109109

110-
// Target evaluator integration pending – provide a placeholder message
111-
if logger != nil {
112-
logger.Info("Target evaluator integration not yet wired to CLI; proceeding with provided expression", map[string]interface{}{
113-
"target": runTarget,
114-
})
115-
}
110+
// CLI performs basic target filtering below
116111

117112
// Create a message to represent what would be sent
118113
mh := messages.NewMessageHandler()

0 commit comments

Comments
 (0)