Skip to content

Commit c6d3165

Browse files
authored
Merge pull request #115377 from Davidwalser/patch-1
Remove unreachable code from sample
2 parents 7b02eed + 850c221 commit c6d3165

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)