Skip to content

Commit

Permalink
Removed debug codes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ege Balcı committed Apr 21, 2017
1 parent f6932ce commit 1cf52f9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified Cminer
Binary file not shown.
2 changes: 1 addition & 1 deletion src/Miner.h
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ void Miner::ParseFileSections(string FileName){
SS3 >> NewSection->FileOfset;

pe.SectionNum++;
cout << NewSection->Name << " Size: " << NewSection->size << " Start: " << NewSection->StartAddr << " End: " << NewSection->EndAddr << " File Ofset: " << NewSection->FileOfset << " Ofset Line:" << Ofset << ":" << endl;
//cout << NewSection->Name << " Size: " << NewSection->size << " Start: " << NewSection->StartAddr << " End: " << NewSection->EndAddr << " File Ofset: " << NewSection->FileOfset << " Ofset Line:" << Ofset << ":" << endl;
}
}
Section * temp = pe.Sections;
Expand Down

0 comments on commit 1cf52f9

Please sign in to comment.