Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Bridgewater committed Oct 2, 2011
1 parent 623b955 commit 4cc16ee
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions UploaderSL-v2/UploaderSL.MVC/UploaderHtmlHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,8 @@ public static string UploaderSL(this HtmlHelper helper)

public static string UploaderSL(this HtmlHelper helper, string id, string theme, string language)
{
//var captchaControl = new Recaptcha.RecaptchaControl();
var htmlWriter = new HtmlTextWriter(new StringWriter());

//aptchaControl.RenderControl(htmlWriter);

return htmlWriter.InnerWriter.ToString();
}
}
Expand Down

0 comments on commit 4cc16ee

Please sign in to comment.