Commit 3d847396 authored by unknown's avatar unknown
Browse files

Remove debug printout from mysql_client_test


tests/mysql_client_test.c:
  Remove debug printout
parent c2e84518
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -14975,8 +14975,6 @@ static void test_bug17667()
            DIE("Read error");
          }
        }
        /* Print the line */
        printf("%s", line_buffer);

      } while (my_memmem(line_buffer, MAX_TEST_QUERY_LENGTH*2,
            statement_cursor->buffer, statement_cursor->length) == NULL);