Skip to content
This repository was archived by the owner on Jun 2, 2025. It is now read-only.

Commit c072254

Browse files
authored
Apply suggestions from code review
1 parent 698dd2f commit c072254

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

wp-includes/sqlite/class-wp-sqlite-translator.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1237,7 +1237,6 @@ private function parse_mysql_create_table_constraint() {
12371237
}
12381238

12391239
$result->value = $this->normalize_mysql_index_type( $constraint->value );
1240-
echo 'result value: ' . $result->value . "\n";
12411240
if ( $result->value ) {
12421241
$this->rewriter->skip(); // Constraint type.
12431242

0 commit comments

Comments
 (0)