Skip to content

Commit

Permalink
Don't debug 32.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andersbakken committed May 19, 2015
1 parent 9ae2d73 commit c87bd24
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions rct/Message.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,6 @@ std::shared_ptr<Message> Message::create(int version, const char *data, int size
data = uncompressed.constData();
size = uncompressed.size();
}
if (id == 32) {
error() << "About to create a 32:" << String::toHex(data, size);
}
std::lock_guard<std::mutex> lock(sMutex);
if (!sFactory.contains(ResponseMessage::MessageId)) {
atexit(Message::cleanup);
Expand Down

0 comments on commit c87bd24

Please sign in to comment.