tremove debug output - sphere - GPU-based 3D discrete element method algorithm with optional fluid coupling
 (HTM) git clone git://src.adamsgaard.dk/sphere
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
 (DIR) commit 397538fb3117476cef261d014086a2df0b1d52bf
 (DIR) parent 1005d5549c86b69addaa092387b1bb0cabc33cab
 (HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
       Date:   Fri,  6 Feb 2015 11:22:03 +0100
       
       remove debug output
       
       Diffstat:
         M python/halfshear-darcy-strength-di… |       2 --
       
       1 file changed, 0 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/python/halfshear-darcy-strength-dilation-rate.py b/python/halfshear-darcy-strength-dilation-rate.py
       t@@ -128,8 +128,6 @@ color = ['b','g','r','c']
        #color = ['g','r','c']
        for c, mu_f in enumerate(mu_f_vals):
        
       -    print('c = {}, mu_f = {}'.format(c, mu_f))
       -
            if numpy.isclose(mu_f, 1.797e-6):
                label = 'ref. shear velocity'
            elif numpy.isclose(mu_f, 1.204e-6):