From 01626f0d226553c5ec93fcc6874351fbf8a32554 Mon Sep 17 00:00:00 2001 From: "Sascha L. Teichmann" Date: Sun, 7 Sep 2014 21:58:03 +0200 Subject: [PATCH] Removed dev artifact. --- tilemapper/client.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/tilemapper/client.go b/tilemapper/client.go index a8f1ba8..5891d07 100644 --- a/tilemapper/client.go +++ b/tilemapper/client.go @@ -133,7 +133,5 @@ func (client *Client) QueryCuboid(cuboid common.Cuboid, fn func(*common.Block)) fn(&block) } - _ = size - return }