Skip to content

Commit

Permalink
fix debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
ocxtal committed Jan 11, 2018
1 parent d576419 commit 8bf2635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scalar.cc
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ scalar_affine(
}

/* update maxpos */
debug("max(%d), pm(%u)", max - OFS, smax);
debug("max(%d)", max - OFS);
}

/* save the maxpos */
Expand Down

0 comments on commit 8bf2635

Please sign in to comment.