constraints: remove debugging and use the stripped() expression
commit18c114d16fb80e4bd00f619f4d39af9767cf9770
authorDan Carpenter <dan.carpenter@oracle.com>
Thu, 7 Feb 2019 19:24:01 +0000 (7 22:24 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Thu, 7 Feb 2019 19:24:01 +0000 (7 22:24 +0300)
tree2e69590bb50bfa205e56ff17e94ae1935937dbe4
parentb041ed7589c0c43ccc3d0b1d1db918c651006bc4
constraints: remove debugging and use the stripped() expression

I accidentally committed some debug code.  Also in get_constraint_str(),
I have changed it to use strip_expr().

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
smatch_constraints.c