mirror of
https://github.com/alice-lg/alice-lg.git
synced 2024-05-11 05:55:03 +00:00
removed debug output
This commit is contained in:
@ -544,7 +544,6 @@ func getSources(config *ini.File) ([]*SourceConfig, error) {
|
||||
continue
|
||||
}
|
||||
|
||||
fmt.Println("Section Name:", section.Name())
|
||||
// Derive source-id from name
|
||||
sourceId := section.Name()[len("source:"):]
|
||||
|
||||
|
Reference in New Issue
Block a user