Skip to content

Commit 6fb8c7a

Browse files
committed
remove debug info
1 parent 2c836bf commit 6fb8c7a

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

CheckDrive.Api/CheckDrive.Application/Hubs/ReviewHub.cs

-12
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,4 @@ await Clients
1111
.User(review.DriverId.ToString())
1212
.NotifyDoctorReview(review);
1313
}
14-
15-
public override Task OnConnectedAsync()
16-
{
17-
var s = Context.UserIdentifier;
18-
return base.OnConnectedAsync();
19-
}
20-
21-
public override Task OnDisconnectedAsync(Exception? exception)
22-
{
23-
var s = Context.UserIdentifier;
24-
return base.OnDisconnectedAsync(exception);
25-
}
2614
}

0 commit comments

Comments
 (0)