mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2025-10-27 00:39:26 +00:00
Remove console.log
This commit is contained in:
@@ -126,7 +126,6 @@ function addAlertRowsToTable(tbody, alerts) {
|
||||
// Get times for the alert, and convert to local time if necessary.
|
||||
var start_time_utc = moment.unix(a["start_time"]).utc();
|
||||
var start_time_local = start_time_utc.clone().local();
|
||||
console.log(a["dx_calls"])
|
||||
start_time = useLocalTime ? start_time_local : start_time_utc;
|
||||
var end_time_utc = moment.unix(a["end_time"]).utc();
|
||||
var end_time_local = end_time_utc.clone().local();
|
||||
|
||||
Reference in New Issue
Block a user