Skip to content

Commit

Permalink
printf gone
Browse files Browse the repository at this point in the history
  • Loading branch information
ilzxc committed Aug 2, 2014
1 parent 67163b2 commit 022911e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/o.route/o.route.c
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,8 @@ void oroute_dispatch_rset(t_oroute *x, t_osc_rset *rset, int num_selectors, char
osc_bundle_s_getLen(unmatched),
osc_bundle_s_getPtr(unmatched));
#else
printf("%s: %d: %ld, %ld\n", __func__, __LINE__, osc_bundle_s_getLen(unmatched),
osc_bundle_s_getPtr(unmatched));
//printf("%s: %d: %ld, %ld\n", __func__, __LINE__, osc_bundle_s_getLen(unmatched),
// osc_bundle_s_getPtr(unmatched));
omax_util_outletOSC(x->delegation_outlet,
osc_bundle_s_getLen(unmatched),
osc_bundle_s_getPtr(unmatched));
Expand Down

0 comments on commit 022911e

Please sign in to comment.