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

Commit 25708ee

Browse files
committed
remove uncommented code example
1 parent aaa4652 commit 25708ee

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/ServiceStack.Text/JsAot.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@ public static void Run()
3232
try
3333
{
3434
RegisterForAot();
35-
36-
//Uncomment if using EncryptedMessagingFeature
37-
//RegisterTypeForAot<EncryptedMessage>();
38-
//RegisterTypeForAot<EncryptedMessageResponse>();
3935
}
4036
catch (Exception ex)
4137
{

0 commit comments

Comments
 (0)