Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

Commit

Permalink
Remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSnowfield committed Mar 26, 2022
1 parent 5611d78 commit 0185ac8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Konata.Core/Components/HighwayComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -285,11 +285,8 @@ private async Task<HwResponse> DataUp(byte[] data, byte[] dataMd5,
private async Task<HwResponse> SendRequest
(PicUp request, byte[] body = null)
{
var data = HwRequest.Create(request, body);
Console.WriteLine(data.ToHex());

// Send HwRequest
await Send(data);
await Send(HwRequest.Create(request, body));
{
// Wait for the response
_requestAwaiter.Reset();
Expand Down

0 comments on commit 0185ac8

Please sign in to comment.