backout accidentally committed debugging code

This commit is contained in:
Tom Henderson
2018-05-19 22:21:00 -07:00
parent dc51e4cc97
commit 22be8b7ae6

View File

@@ -25,10 +25,6 @@ main (int argc, char *argv[])
{
NS_LOG_UNCOND ("Scratch Simulator");
Time retry = std::pow<uint16_t> (2, 3 - 1) * Seconds (3);
uint16_t backoffFactor = 3 - 1;
Time retry2 = Seconds (3) * (1 << backoffFactor);
std::cout << "Retry " << retry.GetSeconds () << " " << retry2.GetSeconds () << std::endl;
Simulator::Run ();
Simulator::Destroy ();
}