Skip to content

Commit

Permalink
chore: removes debug logs (#174)
Browse files Browse the repository at this point in the history
Signed-off-by: re-Tick <jain.ritik.1001@gmail.com>
  • Loading branch information
re-Tick authored Feb 13, 2023
1 parent d5fcd33 commit eb389ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion integrations/ksql/v2/execerContext.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ func (c Conn) ExecContext(ctx context.Context, query string, args []driver.Named
// if !ok {
// return nil, errors.New("mocked Driver.Conn var not implements ExecerContext interface")
// }
fmt.Println(" Called ExecContext with mode: ", internal.GetModeFromContext(ctx))
if internal.GetModeFromContext(ctx) == internal.MODE_OFF {
return execerContext.ExecContext(ctx, query, args)
}
Expand Down

0 comments on commit eb389ac

Please sign in to comment.