Remove incorrect comment

This commit is contained in:
Samer Albahra
2015-08-20 18:20:54 -05:00
parent 2b960f6f44
commit 64cb5ce436

View File

@@ -307,8 +307,6 @@ function calculateWeatherScale( adjustmentMethod, adjustmentOptions, weather ) {
// Checks if the weather data meets any of the restrictions set by OpenSprinkler.
// Restrictions prevent any watering from occurring and are similar to 0% watering level.
//
// All queries will return a scale of 0 if the current weather indicates rain.
//
// California watering restriction prevents watering if precipitation over two days is greater
// than 0.01" over the past 48 hours.
function checkWeatherRestriction( adjustmentValue, weather ) {