Skip to content

Commit

Permalink
Frequency day removed
Browse files Browse the repository at this point in the history
  • Loading branch information
bartbutenaers committed Feb 27, 2017
1 parent dd93367 commit b225675
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion msg_speed.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
<option value="sec">Second</option>
<option value="min">Minute</option>
<option value="min">Hour</option>
<option value="min">Day</option>
</select>
</div>
</script>
Expand Down
3 changes: 0 additions & 3 deletions msg_speed.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ module.exports = function(RED) {
case 'hour':
this.bufferSize = 60 * 60;
break;
case 'day':
this.bufferSize = 24 * 60 * 60;
break;
default:
this.bufferSize = 1; // Default 'sec'
}
Expand Down

0 comments on commit b225675

Please sign in to comment.