summaryrefslogtreecommitdiffstats
path: root/SendGrid/Example/Program.cs
diff options
context:
space:
mode:
Diffstat (limited to 'SendGrid/Example/Program.cs')
-rw-r--r--SendGrid/Example/Program.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/SendGrid/Example/Program.cs b/SendGrid/Example/Program.cs
index 9b7e359..041e6dd 100644
--- a/SendGrid/Example/Program.cs
+++ b/SendGrid/Example/Program.cs
@@ -10,7 +10,6 @@ namespace Example
{
private static void Main()
{
- /*
// Test sending email
var to = "example@example.com";
var from = "example@example.com";
@@ -20,7 +19,6 @@ namespace Example
ApiKeys();
UnsubscribeGroups();
Suppressions();
- */
GlobalSuppressions();
}