Skip to content

Commit

Permalink
Remove echo
Browse files Browse the repository at this point in the history
  • Loading branch information
shrimp2t committed Feb 17, 2017
1 parent 204ead1 commit 95b4ca7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion famethemes-demo-importer.php
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,6 @@ function download_dummy_files( $item_name ){
foreach ( $files as $k => $ext ) {
$file = $item_name.'-'.$k.'.'.$ext;
$file_path = self::download_file( $this->git_repo.$item_name.'/'.$k.'.'.$ext, $file, false );
echo $file_path;
$downloaded_file[ $k ] = $file_path;
}

Expand Down

0 comments on commit 95b4ca7

Please sign in to comment.