From eb7383b31e947695166d6af70d17caac56bfd572 Mon Sep 17 00:00:00 2001 From: Colin McLeod Date: Sat, 13 Jun 2015 00:44:15 -0700 Subject: [PATCH] Lint fix --- app/js/shipyard/factory-ship.js | 1 - 1 file changed, 1 deletion(-) diff --git a/app/js/shipyard/factory-ship.js b/app/js/shipyard/factory-ship.js index 48eb881c..6c550ed7 100755 --- a/app/js/shipyard/factory-ship.js +++ b/app/js/shipyard/factory-ship.js @@ -245,7 +245,6 @@ angular.module('shipyard').factory('Ship', ['Components', 'calcShieldStrength', var powerChange = slot == this.common[0]; if (old) { // Old component now being removed - console.log('this shouldn\'t happen', old); switch (old.grp) { case 'ft': this.fuelCapacity -= old.capacity;