From 6b8597c506a0fb59ac80a288cb9900d8e45277f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Sun, 19 Sep 2010 19:31:04 +0200 Subject: [PATCH] psu_proto: Remove some old comments. --- src/psu/psu_proto.erl | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/psu/psu_proto.erl b/src/psu/psu_proto.erl index d582219..67c7d1f 100644 --- a/src/psu/psu_proto.erl +++ b/src/psu/psu_proto.erl @@ -22,14 +22,6 @@ -include("include/records.hrl"). -%~ %% @todo We probably want to use active connections everywhere instead of doing this. -%~ recv %% remove later? - -%~ %% @todo We probably want to remove this after all send functions are moved back in psu_proto. -%~ send %% fragments automatically if needed - -%~ split - %% @doc Log the message. log(Msg) -> io:format("~p ~s~n", [get(gid), Msg]).