summaryrefslogtreecommitdiffstats
path: root/SendGrid/Example/SMTPAPI.cs
diff options
context:
space:
mode:
authorBrandon West <brawest@gmail.com>2013-01-14 11:34:22 -0700
committerBrandon West <brawest@gmail.com>2013-01-14 11:34:22 -0700
commit3a948747213aea2adeccacd0c6fa6e66c0437e73 (patch)
tree47cd36a2fa38681f300a0a7b729d40dbb07c59b7 /SendGrid/Example/SMTPAPI.cs
parent6fe8efcba2ec7db9bd8e290d5cf1f45c0ec670b4 (diff)
downloadsendgrid-csharp-3a948747213aea2adeccacd0c6fa6e66c0437e73.zip
sendgrid-csharp-3a948747213aea2adeccacd0c6fa6e66c0437e73.tar.gz
sendgrid-csharp-3a948747213aea2adeccacd0c6fa6e66c0437e73.tar.bz2
fix build warnings
Diffstat (limited to 'SendGrid/Example/SMTPAPI.cs')
-rwxr-xr-xSendGrid/Example/SMTPAPI.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/SendGrid/Example/SMTPAPI.cs b/SendGrid/Example/SMTPAPI.cs
index d9ab154..28120d3 100755
--- a/SendGrid/Example/SMTPAPI.cs
+++ b/SendGrid/Example/SMTPAPI.cs
@@ -246,7 +246,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";