Skip to content

Commit

Permalink
Merge pull request #17 from rundeck-plugins/remove-log4j-imports
Browse files Browse the repository at this point in the history
Remove unused log4j logger variables and imports.
  • Loading branch information
sjrd218 authored Jul 17, 2020
2 parents 0874966 + a7be746 commit 82bb44c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,11 @@ import com.microsoft.azure.management.compute.VirtualMachineSize
import com.microsoft.azure.management.resources.fluentcore.arm.Region
import com.microsoft.azure.management.resources.fluentcore.utils.SdkContext
import com.rundeck.plugins.azure.util.AzurePluginUtil
import org.apache.log4j.Logger
/**
* Created by luistoledo on 11/6/17.
*/
class AzureManager {

static Logger LOG = Logger.getLogger(AzureManager.class);

String clientId
String tenantId
String subscriptionId
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,12 @@ import com.rundeck.plugins.azure.azure.AzureManager
import com.rundeck.plugins.azure.azure.AzureManagerBuilder
import com.rundeck.plugins.azure.azure.AzureNode
import com.rundeck.plugins.azure.azure.AzureNodeMapper
import org.apache.log4j.Logger

/**
* Created by luistoledo on 11/6/17.
*/
class AzureResourceModelSource implements ResourceModelSource {

static Logger logger = Logger.getLogger(AzureResourceModelSource.class);
private Properties configuration;
private AzureManager manager;

Expand Down

0 comments on commit 82bb44c

Please sign in to comment.