From 989fefb2bdeb32e056c8a7e27f111aaa787d5444 Mon Sep 17 00:00:00 2001 From: Richard Feldman Date: Fri, 2 Sep 2016 22:34:41 -0700 Subject: [PATCH] Remove some console.logs --- part11/index.html | 4 ---- part9/index.html | 4 ---- 2 files changed, 8 deletions(-) diff --git a/part11/index.html b/part11/index.html index 0e6f8e9..a36a302 100644 --- a/part11/index.html +++ b/part11/index.html @@ -21,11 +21,7 @@ var app = Elm.Main.embed(document.getElementById("elm-landing-pad")); function searchGithub(query) { - console.log("Searching for", query); - github.getSearch(query).repositories({}, function (err, repositories) { - console.log("Got response", repositories); - app.ports.githubResponse.send(repositories); }); } diff --git a/part9/index.html b/part9/index.html index 0e6f8e9..a36a302 100644 --- a/part9/index.html +++ b/part9/index.html @@ -21,11 +21,7 @@ var app = Elm.Main.embed(document.getElementById("elm-landing-pad")); function searchGithub(query) { - console.log("Searching for", query); - github.getSearch(query).repositories({}, function (err, repositories) { - console.log("Got response", repositories); - app.ports.githubResponse.send(repositories); }); }