From ea30f2bfce6f39dea7dfefac96fc2e433a60fafb Mon Sep 17 00:00:00 2001 From: Pieter de Bie Date: Tue, 25 Nov 2008 16:15:06 +0100 Subject: [PATCH] JS: Remove stray log --- html/views/history/history.js | 1 - 1 file changed, 1 deletion(-) diff --git a/html/views/history/history.js b/html/views/history/history.js index 1f4003c..a90969d 100644 --- a/html/views/history/history.js +++ b/html/views/history/history.js @@ -48,7 +48,6 @@ var Commit = function(obj) { this.reloadRefs = function() { this.refs = this.object.refs; - Controller.log_("New refs: " + this.refs); } };