Code removed #1

This commit is contained in:
marmei
2019-09-04 20:16:11 +02:00
parent c6e74fe11c
commit 3d73dba422
2 changed files with 0 additions and 2 deletions

View File

@@ -472,7 +472,6 @@ func saveXEpgMapping(request RequestStruct) (err error) {
for {
time.Sleep(time.Duration(1) * time.Second)
fmt.Println("Scan", System.ScanInProgress)
if System.ScanInProgress == 0 {
break
}

View File

@@ -306,7 +306,6 @@ func createXEPGDatabase() (err error) {
}
if len(xepgChannel.XChannelID) == 0 {
fmt.Println(mapToJSON(xepgChannel))
delete(Data.XEPG.Channels, id)
}