Skip to content

Commit a9f3b05

Browse files
committed
remove extra nuget reference and namespace usage
1 parent 4b6e81d commit a9f3b05

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

examples/Tracing/src/HelloWorld/Function.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
using Amazon.Lambda.APIGatewayEvents;
2525
using Amazon.Lambda.Core;
2626
using Amazon.Lambda.Serialization.SystemTextJson;
27-
using Amazon.XRay.Recorder.Handlers.AwsSdk;
2827
using AWS.Lambda.Powertools.Logging;
2928
using AWS.Lambda.Powertools.Tracing;
3029

examples/Tracing/src/HelloWorld/HelloWorld.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,5 @@
1111
<PackageReference Include="AWS.Lambda.Powertools.Logging" Version="1.2.0" />
1212
<PackageReference Include="AWS.Lambda.Powertools.Tracing" Version="1.2.0" />
1313
<PackageReference Include="AWSSDK.DynamoDBv2" Version="3.7.200.23" />
14-
<PackageReference Include="AWSXRayRecorder.Handlers.AwsSdk" Version="2.12.0" />
1514
</ItemGroup>
1615
</Project>

0 commit comments

Comments
 (0)