get rid of console.log

This commit is contained in:
Mario Pesch
2021-03-24 17:07:23 +01:00
parent d835ffc449
commit 6a6b2e2f58
14 changed files with 1 additions and 23 deletions
@@ -68,7 +68,6 @@ Blockly.Arduino['procedures_defreturn'] = function (block) {
};
function translateType(type) {
console.log(type);
switch (type) {
case 'int':