summaryrefslogtreecommitdiff
path: root/channelgroups.c
diff options
context:
space:
mode:
Diffstat (limited to 'channelgroups.c')
-rw-r--r--channelgroups.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/channelgroups.c b/channelgroups.c
index 4f68037..42a36b1 100644
--- a/channelgroups.c
+++ b/channelgroups.c
@@ -54,10 +54,6 @@ void cChannelgroups::Init(void) {
if (channelGroups.size() > 0) {
channelGroups[channelGroups.size()-1].SetChannelStop(lastChannelNumber);
}
-
- for (vector<cChannelGroup>::iterator it = channelGroups.begin(); it != channelGroups.end(); it++) {
- (*it).Debug();
- }
}
void cChannelgroups::Clear(void) {