From 8253e49e2b3ea1961caa7375e3612afb9cf1b61b Mon Sep 17 00:00:00 2001 From: cTn Date: Tue, 3 Dec 2013 21:33:12 +0100 Subject: [PATCH] removing obsolete debug code --- js/stm32.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/js/stm32.js b/js/stm32.js index 07c82085df..9abb34ff4c 100644 --- a/js/stm32.js +++ b/js/stm32.js @@ -347,8 +347,6 @@ STM32_protocol.prototype.upload_procedure = function(step) { // proceed to next step self.upload_procedure(2); } else { - console.log(reply); - GUI.interval_remove('stm32_initialize_mcu'); STM32.GUI_status('STM32 Communication with bootloader failed');