Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
tteerawat committed Apr 18, 2021
1 parent 159985f commit 63e8a8e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions test/satana/eth_transactions/store_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,6 @@ defmodule Satana.ETHTransactions.StoreTest do
alias Satana.ETHTransactions.Store
alias Satana.ETHTransactions.Transaction

defmodule Messenger do
require Logger

def send_message(text) do
Logger.info(text)
end
end

setup do
start_supervised!(Store)

Expand Down

0 comments on commit 63e8a8e

Please sign in to comment.