From 36c12e82038506563a61f4eb5b99d2ce697fd6cc Mon Sep 17 00:00:00 2001 From: Maxime Hadjinlian Date: Mon, 3 Nov 2014 00:58:14 +0100 Subject: [PATCH] website: Remove debug message Signed-off-by: Maxime Hadjinlian Signed-off-by: Thomas Petazzoni --- docs/js/buildroot.js | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/js/buildroot.js b/docs/js/buildroot.js index 03c3968d1..6e0d97a30 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); } }); }