Code removed #1
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
@@ -306,7 +306,6 @@ func createXEPGDatabase() (err error) {
|
||||
}
|
||||
|
||||
if len(xepgChannel.XChannelID) == 0 {
|
||||
fmt.Println(mapToJSON(xepgChannel))
|
||||
delete(Data.XEPG.Channels, id)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user