1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-18 22:05:17 +03:00

removing debug code

This commit is contained in:
cTn 2013-11-13 10:36:36 +01:00
parent 0f2c2f2a1d
commit 93fed34799

View file

@ -9,8 +9,5 @@ function tab_initialize_default() {
$('a.firmware_flasher').click(function() {
tab_initialize_firmware_flasher();
});
// temporary
tab_initialize_firmware_flasher();
});
}