Skip to content

Commit 06969cf

Browse files
committed
Remove left-over debug statement
1 parent 7b425fa commit 06969cf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

features/bootstrap/FeatureContext.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,6 @@ private static function get_vendor_dir() {
186186
dirname( dirname( dirname( dirname( dirname( __DIR__ ) ) ) ) ) . '/bin/wp',
187187
];
188188

189-
var_dump( $paths );
190189
foreach ( $paths as $path ) {
191190
if ( file_exists( $path ) && is_executable( $path ) ) {
192191
$vendor_dir = (string) realpath( dirname( dirname( $path ) ) );

0 commit comments

Comments
 (0)