Skip to content

Commit fa67868

Browse files
committed
refactor out chunk framing
1 parent e06513f commit fa67868

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/aws-cpp-sdk-core/source/client/UserAgent.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -226,9 +226,7 @@ Aws::String UserAgent::SerializeWithFeatures(const Aws::Set<UserAgentFeature>& f
226226
});
227227
}
228228

229-
auto finalUserAgent = userAgentValue.str();
230-
AWS_LOGSTREAM_DEBUG(LOG_TAG, "Generated User-Agent: " << finalUserAgent);
231-
return finalUserAgent;
229+
return userAgentValue.str();
232230
}
233231

234232
namespace {

0 commit comments

Comments
 (0)