remove debug log

This commit is contained in:
Henning Jacobs
2016-12-19 21:01:20 +01:00
parent 43bc660981
commit 9887ed46a7

View File

@@ -28,7 +28,6 @@ export default class Cluster extends PIXI.Graphics {
for (var pod of this.cluster.unassigned_pods) {
console.log(pod)
var podBox = new Pod(pod, this.tooltip)
podBox.x = rows[0]
podBox.y = 20