forked from compAIR/libcreate
Remove std::cout statement
This commit is contained in:
parent
a8c5bf2747
commit
6037b8c3bb
1 changed files with 0 additions and 1 deletions
|
@ -66,7 +66,6 @@ namespace create {
|
|||
if (isValidPacketID(id)) {
|
||||
return packets[id];
|
||||
}
|
||||
std::cout << "Invalid packet " << (int) id << " requested" << std::endl;
|
||||
return boost::shared_ptr<Packet>();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue