We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 698dd2f commit c072254Copy full SHA for c072254
1 file changed
wp-includes/sqlite/class-wp-sqlite-translator.php
@@ -1237,7 +1237,6 @@ private function parse_mysql_create_table_constraint() {
1237
}
1238
1239
$result->value = $this->normalize_mysql_index_type( $constraint->value );
1240
- echo 'result value: ' . $result->value . "\n";
1241
if ( $result->value ) {
1242
$this->rewriter->skip(); // Constraint type.
1243
0 commit comments