summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cloudinit/DataSourceNoCloud.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/cloudinit/DataSourceNoCloud.py b/cloudinit/DataSourceNoCloud.py
index b20a35e2..66be6126 100644
--- a/cloudinit/DataSourceNoCloud.py
+++ b/cloudinit/DataSourceNoCloud.py
@@ -67,7 +67,6 @@ class DataSourceNoCloud(DataSource.DataSource):
ud = seedret['user-data']
found = True
cloudinit.log.debug("using seeded cache data in %s" % self.seeddir)
- return True
# there was no indication on kernel cmdline or data
# in the seeddir suggesting this handler should be used.