summaryrefslogtreecommitdiffstats
path: root/SendGrid/Example
diff options
context:
space:
mode:
authorTyler Bischel <tyler.bischel@sendgrid.com>2012-01-16 22:25:03 -0800
committerTyler Bischel <tyler.bischel@sendgrid.com>2012-01-16 22:25:03 -0800
commit8e762563b055afb30b162c139ca7778320280ab8 (patch)
tree6ec84cb2bfb922a9f283716e65d55e057d50b737 /SendGrid/Example
parent607d334cf039d63a7e6361077b0cd8646959ce31 (diff)
downloadsendgrid-csharp-8e762563b055afb30b162c139ca7778320280ab8.zip
sendgrid-csharp-8e762563b055afb30b162c139ca7778320280ab8.tar.gz
sendgrid-csharp-8e762563b055afb30b162c139ca7778320280ab8.tar.bz2
removed redundant code and added some unit tests
Diffstat (limited to 'SendGrid/Example')
-rwxr-xr-xSendGrid/Example/RESTAPI.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/SendGrid/Example/RESTAPI.cs b/SendGrid/Example/RESTAPI.cs
index 73dbf04..c90253a 100755
--- a/SendGrid/Example/RESTAPI.cs
+++ b/SendGrid/Example/RESTAPI.cs
@@ -83,8 +83,6 @@ namespace Example
message.AddAttachment(@"D:\att_proj\21.jpg");
- //Utils.PrepareAttachments();
-
//create an instance of the SMTP transport mechanism
var restInstance = REST.GetInstance(new NetworkCredential(_username, _password));