diff options
Diffstat (limited to 'lib/chessh.ex')
-rw-r--r-- | lib/chessh.ex | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/chessh.ex b/lib/chessh.ex index 42bb21f..82d0cfc 100644 --- a/lib/chessh.ex +++ b/lib/chessh.ex @@ -1,6 +1,4 @@ defmodule Chessh do - require Logger - def hello() do :world end |