Skip to content

Commit

Permalink
Removed debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
klein0r committed Aug 4, 2023
1 parent 0619a78 commit 561d824
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/public/google-blockly/own/blocks_time.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ Blockly.Blocks['time_compare_ex'] = {
this.updateShape_(end_time === true || end_time === 'true' || end_time === 'TRUE', actual_time === true || actual_time === 'true' || actual_time === 'TRUE');
},
updateShape_: function(isBetween, useActualTime) {
console.error(`isBetween: ${isBetween}, useActualTime: ${useActualTime}`);
if (isBetween === undefined) {
isBetween = this.getFieldValue('OPTION') === 'between' || this.getFieldValue('OPTION') === 'not between';
}
Expand Down

0 comments on commit 561d824

Please sign in to comment.