removed debug info

This commit is contained in:
csoler 2017-01-10 20:10:28 +01:00
parent 305753365f
commit 2f1d9073fa

View File

@ -4146,7 +4146,9 @@ RsIdentityUsage::RsIdentityUsage(uint16_t service,const RsIdentityUsage::UsageCo
mHash = hs.hash();
#ifdef DEBUG_IDS
std::cerr << " hash =\"" << std::hex << mHash << "\"" << std::endl;
#endif
}