Skip to content

Commit 9611e7b

Browse files
Remove commented-out dead code in connectCommand
Co-authored-by: dlevy-msft-sql <194277063+dlevy-msft-sql@users.noreply.github.com>
1 parent 9f87576 commit 9611e7b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pkg/sqlcmd/commands.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,6 @@ func connectCommand(s *Sqlcmd, args []string, line uint) error {
483483
authenticationMethod := flags.String("G", "", "authentication method")
484484

485485
err := flags.Parse(commandArgs[1:])
486-
//err := flags.Parse(args[1:])
487486
if err != nil {
488487
return InvalidCommandError("CONNECT", line)
489488
}

0 commit comments

Comments
 (0)