Remove print() methods: all unused
[novacoin.git] / src / protocol.cpp
index 8ee8304..c9b0086 100644 (file)
@@ -103,10 +103,4 @@ const char* CInv::GetCommand() const
 std::string CInv::ToString() const
 {
     return strprintf("%s %s", GetCommand(), hash.ToString().substr(0,20).c_str());
-}
-
-void CInv::print() const
-{
-    printf("CInv(%s)\n", ToString().c_str());
-}
-
+}
\ No newline at end of file