aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_protocol
diff options
context:
space:
mode:
authorNanoAkron <nanoakron@users.noreply.github.com>2016-10-03 22:11:00 +0100
committerNanoAkron <nanoakron@users.noreply.github.com>2016-10-03 22:11:00 +0100
commit8ed0d72b12e6b0d1733c106d07c1b1036507e81e (patch)
tree541da023a4cc9d6a80702e694cc8865dd8adb56e /src/cryptonote_protocol
parentAdded messages at log level 2 to reflect deactivation procedure (diff)
downloadmonero-8ed0d72b12e6b0d1733c106d07c1b1036507e81e.tar.xz
Moved logging to target functions rather than caller
Diffstat (limited to 'src/cryptonote_protocol')
-rw-r--r--src/cryptonote_protocol/cryptonote_protocol_handler.inl2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cryptonote_protocol/cryptonote_protocol_handler.inl b/src/cryptonote_protocol/cryptonote_protocol_handler.inl
index 6dfc9fbc5..1f7047bed 100644
--- a/src/cryptonote_protocol/cryptonote_protocol_handler.inl
+++ b/src/cryptonote_protocol/cryptonote_protocol_handler.inl
@@ -75,8 +75,6 @@ namespace cryptonote
template<class t_core>
bool t_cryptonote_protocol_handler<t_core>::deinit()
{
-
-
return true;
}
//------------------------------------------------------------------------------------------------------------------------