summaryrefslogtreecommitdiffstats
path: root/SendGrid/Example/WEBAPI.cs
diff options
context:
space:
mode:
Diffstat (limited to 'SendGrid/Example/WEBAPI.cs')
-rwxr-xr-xSendGrid/Example/WEBAPI.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/SendGrid/Example/WEBAPI.cs b/SendGrid/Example/WEBAPI.cs
index 985005d..d3f8d4a 100755
--- a/SendGrid/Example/WEBAPI.cs
+++ b/SendGrid/Example/WEBAPI.cs
@@ -247,7 +247,6 @@ namespace Example
message.From = new MailAddress(_from);
//set the message body
- var timestamp = DateTime.Now.ToString("HH:mm:ss tt");
message.Html = "This is the HTML body";
message.Text = "This is the plain text body";