Removed dev artifact.

This commit is contained in:
Sascha L. Teichmann 2014-09-07 21:58:03 +02:00
parent 58a553f0da
commit 01626f0d22

View File

@ -133,7 +133,5 @@ func (client *Client) QueryCuboid(cuboid common.Cuboid, fn func(*common.Block))
fn(&block) fn(&block)
} }
_ = size
return return
} }