diff --git a/model_development_python.md b/model_development_python.md
index 3ea74f7ee6c10026c1582907bb05c946de0d1689..71165cda60654ec59342f4eaae7e77460707da84 100644
--- a/model_development_python.md
+++ b/model_development_python.md
@@ -387,10 +387,6 @@ An example of a solution can be:
 ```
 **Exercise: Write a test for get_infection_risk()**
 
-And to get hourly leaf wetness values for the same period and location, request:
-
-https://lmt.nibio.no/services/rest/vips/getdata/forecastfallback?weatherStationId=5&elementMeasurementTypes[]=BT&logInterval=1h&startDate=2016-03-01&startTime=00&endDate=2016-09-30&endTime=00&timeZone=Europe/Oslo
-
 ### Putting it together