disable log unless debug build

This commit is contained in:
Craig Dowell
2007-09-13 22:17:29 -07:00
parent 2e1dcf1479
commit ed9f98bda1
5 changed files with 69 additions and 17 deletions

View File

@@ -16,10 +16,10 @@
#include "ns3/log.h"
using namespace ns3;
NS_LOG_COMPONENT_DEFINE ("HelloSimulator");
using namespace ns3;
int
main (int argc, char *argv[])
{