1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00

Remove log statement

This commit is contained in:
Stephen Shelton 2020-06-04 13:34:15 -06:00
parent cecafb3215
commit 980853804d
No known key found for this signature in database
GPG key ID: EE4BADACCE8B631C

View file

@ -262,7 +262,6 @@ namespace llarp
Router::HandleSaveRC() const
{
std::string fname = our_rc_file.string();
LogWarn("WRITING RC TO DISK @ ", fname);
_rc.Write(fname.c_str());
}