Skip to content

Commit

Permalink
remove the commented line
Browse files Browse the repository at this point in the history
  • Loading branch information
SuneethaSuresh authored and filip-debricked committed Nov 11, 2024
1 parent 4ea407f commit a4b0e8d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/cmd/scan/scan.go
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,6 @@ func RunE(s *scan.IScanner) func(_ *cobra.Command, args []string) error {
TagCommitAsRelease: tagCommitAsRelease,
Experimental: viper.GetBool(ExperimentalFlag),
}
//fmt.print("The Experimental flag value is "+options);
if s != nil {
scanCmdError = (*s).Scan(options)
} else {
Expand Down

0 comments on commit a4b0e8d

Please sign in to comment.