diff mbox

[1/3] website: Remove debug message

Message ID 1414972696-10647-1-git-send-email-maxime.hadjinlian@gmail.com
State Accepted
Headers show

Commit Message

Maxime Hadjinlian Nov. 2, 2014, 11:58 p.m. UTC
Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
---
 docs/js/buildroot.js | 1 -
 1 file changed, 1 deletion(-)

Comments

Thomas Petazzoni Dec. 9, 2014, 7:51 p.m. UTC | #1
Dear Maxime Hadjinlian,

On Mon,  3 Nov 2014 00:58:14 +0100, Maxime Hadjinlian wrote:
> Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>

All three patches applied. On the last two, I've made some minor edits
to the commit title.

Thanks,

Thomas
diff mbox

Patch

diff --git a/docs/js/buildroot.js b/docs/js/buildroot.js
index 03c3968..6e0d97a 100644
--- a/docs/js/buildroot.js
+++ b/docs/js/buildroot.js
@@ -28,7 +28,6 @@  function load_activity(feedurl, divid) {
         for (var i = 0; i < empty; i++) {
           container.appendChild(document.createElement("p"));
         }
-        console.log(loaded);
       }
     });
 }