diff options
Diffstat (limited to 'scripts/lib/wic/pluginbase.py')
-rw-r--r-- | scripts/lib/wic/pluginbase.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/lib/wic/pluginbase.py b/scripts/lib/wic/pluginbase.py index 08f9979f3c..c009820adc 100644 --- a/scripts/lib/wic/pluginbase.py +++ b/scripts/lib/wic/pluginbase.py | |||
@@ -137,4 +137,3 @@ class SourcePlugin(metaclass=PluginMeta): | |||
137 | 'prepares' the partition to be incorporated into the image. | 137 | 'prepares' the partition to be incorporated into the image. |
138 | """ | 138 | """ |
139 | logger.debug("SourcePlugin: do_prepare_partition: part: %s", part) | 139 | logger.debug("SourcePlugin: do_prepare_partition: part: %s", part) |
140 | |||