Skip to content

Commit

Permalink
Removed two leftover LM_Ms
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Zangelin committed Sep 24, 2015
1 parent d5da992 commit eb03a91
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/lib/apiTypesV2/Entity.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ std::string Entity::render(ConnectionInfo* ciP, RequestType requestType, bool co
out += ",";
}

LM_M(("KZ: Done: '%s'", out.c_str()));
return out;
}

Expand Down
2 changes: 0 additions & 2 deletions src/lib/rest/rest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -880,8 +880,6 @@ static int connectionTreat
// 1. First call - setup ConnectionInfo and get/check HTTP headers
if (ciP == NULL)
{
LM_M(("In connectionTreat 1: path: %s", url));

//
// IP Address and port of caller
//
Expand Down

0 comments on commit eb03a91

Please sign in to comment.