mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-15 01:23:53 -07:00
removed extra console.log
This commit is contained in:
parent
6ea0b16585
commit
bd2c56df20
2 changed files with 0 additions and 4 deletions
|
@ -42,9 +42,6 @@ define(
|
|||
var start = Date.create(this.get('airDate'));
|
||||
var end = Date.create(this.get('end'));
|
||||
|
||||
console.log(this.get('end'));
|
||||
|
||||
|
||||
if (currentTime.isBetween(start, end)) {
|
||||
return 'warning';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue