Skip to content

Commit

Permalink
Remove debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
mintplugins committed Nov 1, 2019
1 parent 55087af commit f06c262
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions includes/reports/data/charts/v2/class-dataset.php
Original file line number Diff line number Diff line change
Expand Up @@ -266,14 +266,11 @@ public function parse_data_for_output( $data ) {
'y' => $values[1],
);
} else {
print_r( $values );
//die();
$processed[ $key ] = array(
'x' => $values * 1000,
);
}
}

}

return $processed;
Expand Down

0 comments on commit f06c262

Please sign in to comment.