From 505fa8de7e20e5bd6193f4b53b84a183bc8f6c1c Mon Sep 17 00:00:00 2001 From: Ben Eater Date: Sat, 18 Aug 2012 20:29:19 -0700 Subject: [PATCH] Remove stray console.log() --- exercises/views_of_a_function.html | 1 - 1 file changed, 1 deletion(-) diff --git a/exercises/views_of_a_function.html b/exercises/views_of_a_function.html index c30143e01..c7711d3e9 100644 --- a/exercises/views_of_a_function.html +++ b/exercises/views_of_a_function.html @@ -381,7 +381,6 @@ ]
- console.log(guess); if (!guess[0]) { return ""; } else {