Skip to content

Commit

Permalink
Remove accidental writeline
Browse files Browse the repository at this point in the history
  • Loading branch information
smithrobs committed Nov 18, 2016
1 parent 7428b60 commit 094cfe9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Nexmo.Api/Request/VersionedApiRequest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ public static void SetUserAgent(ref HttpRequestMessage request)
{
_userAgent += $" {appVersion}";
}
Console.Write("#");
}

request.Headers.UserAgent.ParseAdd(_userAgent);
Expand Down

0 comments on commit 094cfe9

Please sign in to comment.