Skip to content

Commit

Permalink
Remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuaki1987 committed Oct 10, 2017
1 parent 32b6cc1 commit f751408
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/bz_lines.c
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ static void check_bragg() {
if (nn >= 3) {
for (kk = 0; kk < 3; kk++) bragg[nbragg][kk] = bragg[ibr][kk];
brnrm[nbragg] = brnrm[ibr];
printf("debug2 %d %f %f %f\n", nbragg, bragg[nbragg][0], bragg[nbragg][1], bragg[nbragg][2]);
nbragg += 1;
}
}
Expand Down

0 comments on commit f751408

Please sign in to comment.