Removing a stray base.js debugging line

--HG--
branch : dev
This commit is contained in:
Nathan Heskew
2010-11-09 17:20:37 -08:00
parent 02130aa530
commit 0ed208a4d1

View File

@@ -164,7 +164,6 @@
$(function () {
$("form.inline.link").each(function () {
var _this = $(this);
console.log(_this.html())
var link = $("<a class='wasFormInlineLink' href='.'/>");
var button = _this.children("button").first();
link.text(button.text())