Skip to content

Commit

Permalink
Remove stray console.log()
Browse files Browse the repository at this point in the history
  • Loading branch information
beneater committed Aug 19, 2012
1 parent afa39d0 commit 505fa8d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion exercises/views_of_a_function.html
Expand Up @@ -381,7 +381,6 @@
] ]
</div> </div>
<div class="validator-function"> <div class="validator-function">
console.log(guess);
if (!guess[0]) { if (!guess[0]) {
return ""; return "";
} else { } else {
Expand Down

0 comments on commit 505fa8d

Please sign in to comment.