mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
unused logger removed
Signed-off-by: Laszlo Hornyak <laszlo.hornyak@gmail.com>
This commit is contained in:
parent
3577423da9
commit
712a729bd7
@ -16,8 +16,6 @@
|
||||
// under the License.
|
||||
package com.cloud.capacity;
|
||||
|
||||
import org.apache.log4j.Logger;
|
||||
|
||||
import com.cloud.agent.Listener;
|
||||
import com.cloud.agent.api.AgentControlAnswer;
|
||||
import com.cloud.agent.api.AgentControlCommand;
|
||||
@ -31,7 +29,6 @@ import com.cloud.host.Host;
|
||||
import com.cloud.host.Status;
|
||||
|
||||
public class ComputeCapacityListener implements Listener {
|
||||
private static final Logger s_logger = Logger.getLogger(ComputeCapacityListener.class);
|
||||
CapacityDao _capacityDao;
|
||||
CapacityManager _capacityMgr;
|
||||
float _cpuOverProvisioningFactor = 1.0f;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user