Browse Source

website: Remove debug message

Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Maxime Hadjinlian 10 years ago
parent
commit
36c12e8203
1 changed files with 0 additions and 1 deletions
  1. 0 1
      docs/js/buildroot.js

+ 0 - 1
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);
       }
     });
 }