From: Maxime Hadjinlian Date: Sun, 2 Nov 2014 23:58:14 +0000 (+0100) Subject: website: Remove debug message X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=36c12e82038506563a61f4eb5b99d2ce697fd6cc;p=buildroot.git website: Remove debug message Signed-off-by: Maxime Hadjinlian Signed-off-by: Thomas Petazzoni --- diff --git a/docs/js/buildroot.js b/docs/js/buildroot.js index 03c3968d19..6e0d97a30c 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); } }); }