Skip to content

Commit

Permalink
removed debug logging statements
Browse files Browse the repository at this point in the history
git-svn-id: https://erlyaws.svn.sourceforge.net/svnroot/erlyaws/trunk/yaws@1018 9fbdc01b-0d2c-0410-bfb7-fb27d70d8b52
  • Loading branch information
Yariv Sadan committed Sep 8, 2006
1 parent b78af87 commit 2ba38f6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/haxe.erl
Original file line number Diff line number Diff line change
Expand Up @@ -520,12 +520,10 @@ parse_object(C, Kv, Obj) ->
obj_end ->
NewCache =
put_obj(Obj, Cache),
?L(NewCache),
Kv(Obj, {Chars, NewCache});
_ ->
NewCache =
put_obj(placeholder, Cache),
?L(NewCache),
parse_object_field(
Obj, T,
{Chars, NewCache}, Cache, Kv)
Expand Down Expand Up @@ -581,9 +579,6 @@ parse_object_next({struct, Props} = Obj, C, OrigCache, Kv) ->
Obj1 = {struct, lists:reverse(Props)},
Cache1 = append_new_elems(
Cache, Obj1, OrigCache),
?L(Cache),
?L(Cache1),
?L(OrigCache),
Kv(Obj1, {Chars, Cache1});
(eof, C1) ->
{done, {error, premature_eof}, C1};
Expand Down

0 comments on commit 2ba38f6

Please sign in to comment.