Skip to content

Commit

Permalink
[squash] pmt: removed log messages
Browse files Browse the repository at this point in the history
  • Loading branch information
pipelka committed Mar 26, 2014
1 parent 5caed31 commit eee8a52
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/live/channelcache.c
Expand Up @@ -239,8 +239,6 @@ void cChannelCache::AddECM(int ecmpid, uint32_t channeluid) {
}

cMutexLock lock(&m_access);

INFOLOG("ECM MAPPING: ECM 0x%04X -> UID 0x%08X", ecmpid, channeluid);
m_ecm[ecmpid] = channeluid;
}

Expand Down Expand Up @@ -274,7 +272,6 @@ bool cChannelCache::SetRealCaID(int caid, int ecmpid) {
cChannelCache::AddToCache(uid, c);
}

INFOLOG("ECMINFO: PID=0x%04X UID=0x%08x", ecmpid, uid);
return changed;
}

Expand Down

0 comments on commit eee8a52

Please sign in to comment.