projects
/
OpenSRF.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
oops... left a "warn" in there.
[OpenSRF.git]
/
src
/
perlmods
/
JSON.pm
diff --git
a/src/perlmods/JSON.pm
b/src/perlmods/JSON.pm
index
0d99806
..
178f487
100644
(file)
--- a/
src/perlmods/JSON.pm
+++ b/
src/perlmods/JSON.pm
@@
-84,8
+84,6
@@
sub JSON2perl {
# Convert JSON Unicode...
s/\\u(\d{4})/chr(hex($1))/esog;
- warn $_;
-
# Grab strings...
my @strings = /"((?:(?:\\[\"])|[^\"])*)"/sog;