summaryrefslogtreecommitdiff
path: root/cloudinit/handlers/shell_script.py
diff options
context:
space:
mode:
Diffstat (limited to 'cloudinit/handlers/shell_script.py')
-rw-r--r--cloudinit/handlers/shell_script.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/cloudinit/handlers/shell_script.py b/cloudinit/handlers/shell_script.py
index 214714bc..9917f551 100644
--- a/cloudinit/handlers/shell_script.py
+++ b/cloudinit/handlers/shell_script.py
@@ -11,13 +11,10 @@
import os
from cloudinit import handlers
-from cloudinit import log as logging
from cloudinit import util
from cloudinit.settings import (PER_ALWAYS)
-LOG = logging.getLogger(__name__)
-
class ShellScriptPartHandler(handlers.Handler):