Index: wflow-py/wflow/wflow_hbv.py =================================================================== diff -u -r5b0e933ec18fb26f7f9e84236512d97fa3cc2777 -r3844888de0b2f066d4831fd900634056413c9acd --- wflow-py/wflow/wflow_hbv.py (.../wflow_hbv.py) (revision 5b0e933ec18fb26f7f9e84236512d97fa3cc2777) +++ wflow-py/wflow/wflow_hbv.py (.../wflow_hbv.py) (revision 3844888de0b2f066d4831fd900634056413c9acd) @@ -665,9 +665,6 @@ :var self.ToCubic: Mutiplier to convert mm to m^3/s for fluxes """ - self.logger.debug("Step: " + str(int(self.currentStep)) + "/" + str(int(self._d_nrTimeSteps))) - self.thestep = self.thestep + 1 - self.wf_updateparameters() # read forcing an dynamic parameters self.Precipitation = max(0.0,self.Precipitation)