Skip to content

Commit 850c221

Browse files
authored
remove unreachable code from sample
1 parent f5a03cf commit 850c221

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

articles/event-hubs/event-hubs-dotnet-standard-getstarted-send.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,6 @@ This section shows you how to create a .NET Core console application to send eve
162162
{
163163
// if it is too large for the batch
164164
throw new Exception($"Event {i} is too large for the batch and cannot be sent.");
165-
Console.ReadLine();
166165
}
167166
}
168167

0 commit comments

Comments
 (0)