Skip to content

Commit

Permalink
Don't print ancient diagnostic
Browse files Browse the repository at this point in the history
  • Loading branch information
jedbrown committed Apr 19, 2009
1 parent 290f85b commit 1ff9b1a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/jacobi/impls/tensor/tensor.c
Original file line number Diff line number Diff line change
Expand Up @@ -770,7 +770,6 @@ dErr dJacobiCreate_Tensor(dJacobi jac)
dErr err;

dFunctionBegin;
err = dPrintf(((PetscObject)jac)->comm,"dJacobiCreate_Tensor()\n");dCHK(err); /* diagnostic */
err = dMemcpy(jac->ops,&myops,sizeof(struct _dJacobiOps));dCHK(err);
err = dNew(struct s_Tensor,&jac->impl);dCHK(err);
err = dNew(struct s_TensorRuleOptions,&ropt);dCHK(err);
Expand Down

0 comments on commit 1ff9b1a

Please sign in to comment.