From 64cb5ce436b0af5805f6f133b8b1be71bafabf06 Mon Sep 17 00:00:00 2001 From: Samer Albahra Date: Thu, 20 Aug 2015 18:20:54 -0500 Subject: [PATCH] Remove incorrect comment --- routes/weather.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/routes/weather.js b/routes/weather.js index 98e6bdf..071e703 100644 --- a/routes/weather.js +++ b/routes/weather.js @@ -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 ) {