Remove erroneously commited diagnostic statement
authorJohn Darrington <john@darrington.wattle.id.au>
Tue, 7 Jul 2009 16:34:16 +0000 (00:34 +0800)
committerJohn Darrington <john@darrington.wattle.id.au>
Tue, 7 Jul 2009 16:34:16 +0000 (00:34 +0800)
perl-module/PSPP.xs

index d10cc34921ecb1bcfa8e64883657d2c999b0588e..94ca9b01834b9fd968319a75e736c4ecd1ef71be 100644 (file)
@@ -181,7 +181,6 @@ CODE:
  union value uv;
  char *s;
  make_value_from_scalar (&uv, val, var);
- fprintf (stderr, "Encoding is %s\n", dict_get_encoding (dict));
  s = data_out (&uv, dict_get_encoding (dict), fmt);
  value_destroy (&uv, var_get_width (var));
  ret = newSVpv (s, fmt->w);