diff --git a/js/importSTL.js b/js/importSTL.js
index df5cfc2956a7d91ced8b7a7d2c3a13a946dc2a96..f4f1d5c284246322dfb009e28a483272b473ed7e 100644
--- a/js/importSTL.js
+++ b/js/importSTL.js
@@ -26,7 +26,6 @@ $(function(){
     });
 
     $("#uploadSTL").change(function() {
-        console.log("here");
         var input = $(this),
         numFiles = input.get(0).files ? input.get(0).files.length : 1,
         label = input.val().replace(/\\/g, '/').replace(/.*\//, '');