From 4a1674d43229c24c9584ba33cf5609746efef630 Mon Sep 17 00:00:00 2001
From: syuilo <syuilotan@yahoo.co.jp>
Date: Sun, 1 Jan 2017 11:32:32 +0900
Subject: [PATCH] Fix bug

---
 src/web/app/common/scripts/api.ls | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/web/app/common/scripts/api.ls b/src/web/app/common/scripts/api.ls
index 0656a56168..2292902a91 100644
--- a/src/web/app/common/scripts/api.ls
+++ b/src/web/app/common/scripts/api.ls
@@ -8,8 +8,6 @@ net = riot.observable!
 riot.mixin \net do
 	net: net
 
-log = (riot.mixin \log).log
-
 module.exports = (i, endpoint, data) ->
 	pending++
 
@@ -48,8 +46,6 @@ module.exports = (i, endpoint, data) ->
 			net.trigger \detected-slow-network
 		, 5000ms
 
-		log "API: #{ep}"
-
 		fetch ep, opts
 		.then (res) ->
 			pending--