about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorelioat <elioat@tilde.institute>2022-12-22 11:32:39 -0500
committerelioat <elioat@tilde.institute>2022-12-22 11:32:39 -0500
commita36b86811b276916adbda6120c1cac8058ac4c17 (patch)
tree13f670677ef4300e48cf382cf99284933f9b5885
parenta5485435bbcda8b94000918a2c6f7984a7176ef1 (diff)
downloaddecember-2022-a36b86811b276916adbda6120c1cac8058ac4c17.tar.gz
*
-rw-r--r--src/pokedex/pokedex.rkt5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/pokedex/pokedex.rkt b/src/pokedex/pokedex.rkt
index 5520e4f..586f341 100644
--- a/src/pokedex/pokedex.rkt
+++ b/src/pokedex/pokedex.rkt
@@ -86,11 +86,6 @@
       (display-image sprite-file-name)
       (get-image id sprite-file-name)))
 
-; (see-pokemon "bulbasaur")
-; (see-pokemon "butterfree")
-; (see-pokemon "pikachu")
-; (see-pokemon 33)
-
 ;; FIXME: I'd very much like to sort out how to display stats, types, and maybe the evolution chain.
 (define (poke id [debug #f])
   "display some basic info about a pokemon given it's name or id"