Skip to content

Commit

Permalink
Removed a call to error that I was using to test the log
Browse files Browse the repository at this point in the history
  • Loading branch information
mxaddict committed May 5, 2019
1 parent 287b196 commit cf3da37
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/qt/rpcconsole.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,6 @@ RPCConsole::~RPCConsole()

void RPCConsole::errorLogInitPos()
{
error("errorLogInitPos");
// Get a QFile instance
errorLogFile = new QFile(QString::fromStdString(GetErrorLogPath().string()));

Expand Down

0 comments on commit cf3da37

Please sign in to comment.