Skip to content

Commit

Permalink
remove debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Schultz committed Aug 15, 2011
1 parent 8911e58 commit d784a74
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/netlink.erl
Expand Up @@ -252,7 +252,6 @@ emit_enums(_, _, []) ->
ok. ok.


gen_const([{Type, Consts}|T]) -> gen_const([{Type, Consts}|T]) ->
io:format("insert: ~p ~p~n", [Type, Consts]),
emit_enums(Type, 0, Consts), emit_enums(Type, 0, Consts),
gen_const(T); gen_const(T);
gen_const([]) -> gen_const([]) ->
Expand Down

0 comments on commit d784a74

Please sign in to comment.