Index: wflow-py/wflow/wflow_sbm.py =================================================================== diff -u -r5b0e933ec18fb26f7f9e84236512d97fa3cc2777 -r3844888de0b2f066d4831fd900634056413c9acd --- wflow-py/wflow/wflow_sbm.py (.../wflow_sbm.py) (revision 5b0e933ec18fb26f7f9e84236512d97fa3cc2777) +++ wflow-py/wflow/wflow_sbm.py (.../wflow_sbm.py) (revision 3844888de0b2f066d4831fd900634056413c9acd) @@ -914,11 +914,6 @@ :var self.DLC: length of the river within a cell [m] :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 - # Read forcing data and dynamic parameters self.wf_updateparameters()