removed left-over debug output

This commit is contained in:
Philip Eisenlohr 2016-08-11 14:24:40 -04:00
parent 600731b15c
commit 64ac05fc26
1 changed files with 0 additions and 1 deletions

View File

@ -167,7 +167,6 @@ force = np.array(options.force)
force /= np.linalg.norm(force)
if options.normal:
damask.util.croak('got normal')
normal = np.array(options.normal)
normal /= np.linalg.norm(normal)
if abs(np.dot(force,normal)) > 1e-3: