get rid of console.log
This commit is contained in:
@@ -68,7 +68,6 @@ Blockly.Arduino['procedures_defreturn'] = function (block) {
|
||||
};
|
||||
|
||||
function translateType(type) {
|
||||
console.log(type);
|
||||
switch (type) {
|
||||
|
||||
case 'int':
|
||||
|
||||
Reference in New Issue
Block a user