Skip to content

Commit 3eebc68

Browse files
no support for live updating of CSVs
1 parent f468498 commit 3eebc68

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

classes/Visualizer/Module/Admin.php

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -120,11 +120,8 @@ public function addSplChartSchedules( $feature, $chart_id, $plan ) {
120120
// fall-through.
121121
break;
122122
case 'csv':
123-
if ( Visualizer_Module::is_pro() ) {
124-
$hours = array(
125-
'0' => __( 'Live', 'visualizer' ),
126-
);
127-
}
123+
// no support for live.
124+
unset( $hours['0'] );
128125
break;
129126
default:
130127
return;

0 commit comments

Comments
 (0)