Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit 6d718b1

Browse files
committed
clear old testconsole
1 parent 21b02e7 commit 6d718b1

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed
Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,8 @@
11
using System;
22
using System.Collections.Generic;
3-
using System.Globalization;
4-
using System.Linq;
5-
using System.Text;
6-
using System.Threading;
73
using System.Threading.Tasks;
84

95
namespace ServiceStack.Text.TestsConsole
106
{
11-
class Program
12-
{
13-
static void Main(string[] args)
14-
{
15-
//var licenseKey = Environment.GetEnvironmentVariable("SERVICESTACK_LICENSE");
16-
//if (licenseKey.IsNullOrEmpty())
17-
// throw new ArgumentNullException("SERVICESTACK_LICENSE", "Add Environment variable for SERVICESTACK_LICENSE");
187

19-
//Licensing.RegisterLicense(licenseKey);
20-
//"ActivatedLicenseFeatures: ".Print(LicenseUtils.ActivatedLicenseFeatures());
21-
22-
Thread.CurrentThread.CurrentCulture = new CultureInfo("ar");
23-
JsConfig.InitStatics();
24-
//JsonServiceClient client = new JsonServiceClient();
25-
26-
Console.ReadLine();
27-
}
28-
}
298
}

0 commit comments

Comments
 (0)