Browse Source

Removed debug lines from print method

= 7 years ago
parent
commit
d217a4d0cb
3 changed files with 0 additions and 1 deletions
  1. BIN
      .nfs0000000003fe627900002241
  2. BIN
      a.out
  3. 0 1
      source1.h

BIN
.nfs0000000003fe627900002241


BIN
a.out


+ 0 - 1
source1.h

@@ -64,7 +64,6 @@ class Triehard // compressed binary trie
 				void print(int side, string output = "")
 				{
 					string val = getNodeVal(side);
-					cout << "Side: " << side << " Val: " << val << " Mag: " << magnitude <<  endl;
 					
 					if(getFlag())
 					{