Skip to content

Commit 666ebd8

Browse files
Filesystem API: Remove unused code in WP_Filesystem_FTPext::parselisting().
Follow-up to [7126]. Props viralsampat. Fixes #63485. git-svn-id: https://develop.svn.wordpress.org/trunk@60255 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 0e21de7 commit 666ebd8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/wp-admin/includes/class-wp-filesystem-ftpext.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,6 @@ public function parselisting( $line ) {
658658
$lucifer = preg_split( '/[ ]/', $line, 9, PREG_SPLIT_NO_EMPTY );
659659

660660
if ( $lucifer ) {
661-
// echo $line."\n";
662661
$lcount = count( $lucifer );
663662

664663
if ( $lcount < 8 ) {

0 commit comments

Comments
 (0)