From d15d5fbfc5133a9d0f0d99dbbfc023849f61cc37 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Fri, 12 Oct 2018 11:10:17 +0200 Subject: Update TODO, refactor a bit --- shard/lib/app/chat.ex | 6 ------ 1 file changed, 6 deletions(-) (limited to 'shard/lib/app/chat.ex') diff --git a/shard/lib/app/chat.ex b/shard/lib/app/chat.ex index 35ecdbf..ea210d8 100644 --- a/shard/lib/app/chat.ex +++ b/shard/lib/app/chat.ex @@ -108,12 +108,6 @@ defmodule SApp.Chat do end end - def find_proc(chan) do - manifest = %Manifest{channel: chan} - id = SData.term_hash manifest - Shard.Manager.find_proc id - end - @doc """ Implementation of the :manifest call that returns the chat room's manifest """ -- cgit v1.2.3