We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4089ab commit 9490ba0Copy full SHA for 9490ba0
BluecoinsImportTool.h
@@ -791,10 +791,8 @@ void readFile(bool ignore = false) {
791
792
// If filepath property exist then load it as default path, and change behaviour accordingly
793
if (properties.contains("outFile")) {
794
- cout << "json file contains outFile" << endl;
795
if (properties["outFile"][0].contains("filePath")) {
796
outFilename = returnString(properties["outFile"][0]["filePath"]);
797
- cout << "outfileName = " << outFilename << endl;
798
}
799
if (properties["outFile"][0].contains("defaultAppend")) {
800
append = properties["outFile"][0]["defaultAppend"];
0 commit comments