Skip to content

Commit ab09642

Browse files
committed
Removed comments
1 parent e2c592a commit ab09642

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

LambdaTest.Sdk.Utils/SmartUI.cs

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -52,20 +52,6 @@ public static async Task<string> PostSnapshot(DomObject snapshot, string pkg, D
5252
{
5353
try
5454
{
55-
// object snapshotObject = new
56-
// {
57-
// dom = snapshot.Dom,
58-
// name = snapshot.Name,
59-
// url = snapshot.Url
60-
// };
61-
62-
// var jsonObject = new
63-
// {
64-
// snapshot = options != null ? new { dom = snapshot.Dom, name = snapshot.Name, url = snapshot.Url, options } : snapshotObject,
65-
// testType = pkg
66-
// };
67-
68-
// var json = JsonSerializer.Serialize(jsonObject);
6955

7056
var snapshotData = new SnapshotData
7157
{

0 commit comments

Comments
 (0)