summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2010-09-08 09:57:22 -0500
committerDan McGee <dan@archlinux.org>2010-09-08 09:57:22 -0500
commit5062870c1b88c7cd61d8521a94e80530e4d1f0aa (patch)
tree370cddb17a6c85d121b9a3a85aa25fea8b1ca2f6 /templates
parent3491a022822f026ea8300b3eaa27eb76a767f02b (diff)
downloadarchweb-5062870c1b88c7cd61d8521a94e80530e4d1f0aa.tar.gz
archweb-5062870c1b88c7cd61d8521a94e80530e4d1f0aa.zip
Remove leftover console.log
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates')
-rw-r--r--templates/packages/differences.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/packages/differences.html b/templates/packages/differences.html
index 4c3b43c6..c20ccdf5 100644
--- a/templates/packages/differences.html
+++ b/templates/packages/differences.html
@@ -94,7 +94,6 @@ filter_packages = function() {
$('.results').trigger("applyWidgets");
};
filter_reset = function() {
- console.log("reset firing");
$('#id_archonly').val("all");
$('#id_multilib').attr("checked", "checked");
$('#id_minor').attr("checked", "checked");