Skip to content

Commit

Permalink
Ffs cleanup your debug prints
Browse files Browse the repository at this point in the history
  • Loading branch information
ignis-sec committed May 19, 2021
1 parent 6afd00a commit f34dd07
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion MarkovModel/src/model.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ bool Markov::Model<NodeStorageType>::Export(const char* filename) {

template <typename NodeStorageType>
NodeStorageType* Markov::Model<NodeStorageType>::RandomWalk(int minSetting, int maxSetting) {
std::cout << "Hello\n";
Markov::Node<NodeStorageType>* n = this->starterNode;
int len = 0;
NodeStorageType *ret = new NodeStorageType[64];
Expand Down

0 comments on commit f34dd07

Please sign in to comment.