Skip to content

Commit 9490ba0

Browse files
committed
Update BluecoinsImportTool.h
Removed debug messages.
1 parent c4089ab commit 9490ba0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

BluecoinsImportTool.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -791,10 +791,8 @@ void readFile(bool ignore = false) {
791791

792792
// If filepath property exist then load it as default path, and change behaviour accordingly
793793
if (properties.contains("outFile")) {
794-
cout << "json file contains outFile" << endl;
795794
if (properties["outFile"][0].contains("filePath")) {
796795
outFilename = returnString(properties["outFile"][0]["filePath"]);
797-
cout << "outfileName = " << outFilename << endl;
798796
}
799797
if (properties["outFile"][0].contains("defaultAppend")) {
800798
append = properties["outFile"][0]["defaultAppend"];

0 commit comments

Comments
 (0)