turn down logging verbosity

This commit is contained in:
Tom Henderson
2012-12-15 11:32:58 -08:00
parent 51b1212de9
commit 5bceaed171
2 changed files with 0 additions and 8 deletions

View File

@@ -29,30 +29,24 @@ namespace ns3 {
AttributeValue::AttributeValue ()
{
NS_LOG_FUNCTION (this);
}
AttributeValue::~AttributeValue ()
{
NS_LOG_FUNCTION (this);
}
AttributeAccessor::AttributeAccessor ()
{
NS_LOG_FUNCTION (this);
}
AttributeAccessor::~AttributeAccessor ()
{
NS_LOG_FUNCTION (this);
}
AttributeChecker::AttributeChecker ()
{
NS_LOG_FUNCTION (this);
}
AttributeChecker::~AttributeChecker ()
{
NS_LOG_FUNCTION (this);
}
Ptr<AttributeValue>

View File

@@ -26,11 +26,9 @@ namespace ns3 {
TraceSourceAccessor::TraceSourceAccessor ()
{
NS_LOG_FUNCTION (this);
}
TraceSourceAccessor::~TraceSourceAccessor ()
{
NS_LOG_FUNCTION (this);
}
} // namespace ns3