Skip to content
This repository has been archived by the owner on Sep 6, 2024. It is now read-only.

Commit

Permalink
Remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
oskosk committed Jun 6, 2020
1 parent 6c81c9d commit 66903f0
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions lib/views/sites.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,15 +110,6 @@
<tbody>
<?php
foreach ( $db_spare_sites as $site ) {
// $domain = figure_out_main_domain( $site->domains );
// $in_logs = array_key_exists( $domain, $db_sites_indexed );
// $db_id = $in_logs ? $db_sites_indexed[ $domain ]['id'] : '';
// $created = $in_logs ? $db_sites_indexed[ $domain ]['created'] : '';
// $sysusername = $in_logs ? $db_sites_indexed[ $domain ]['username'] : '';
// $last_logged_in = $in_logs ? $db_sites_indexed[ $domain ]['last_logged_in'] : '';
// $checked_in = $in_logs ? $db_sites_indexed[ $domain ]['checked_in'] : '';
// $launched_by = $in_logs ? $db_sites_indexed[ $domain ]['launched_by'] : '';
// $is_shortlived_site = $in_logs ? $db_sites_indexed[ $domain ]['shortlived'] : false;
?>
<tr class="active">
<td class="column-columnname"><?php echo esc_html( $site['id'] ); ?></td>
Expand Down

0 comments on commit 66903f0

Please sign in to comment.