summaryrefslogtreecommitdiff
path: root/v-i
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-05-03 15:49:27 +0300
committerLars Wirzenius <liw@liw.fi>2023-05-03 15:49:27 +0300
commit2df9054555e9b56544cb9ca9b6f241137748b729 (patch)
tree95eb11ee46ee90d51806da1179d48259719468f3 /v-i
parent1ca561f5b4f026d4d47542a4e46ba4c9b395b515 (diff)
downloadv-i-2df9054555e9b56544cb9ca9b6f241137748b729.tar.gz
fix: drop debuging hack
Sponsored-by: author
Diffstat (limited to 'v-i')
-rwxr-xr-xv-i3
1 files changed, 0 insertions, 3 deletions
diff --git a/v-i b/v-i
index 0b25fec..3bca8ec 100755
--- a/v-i
+++ b/v-i
@@ -463,9 +463,6 @@ def main():
system = SystemSpec(args.spec)
log(f"spec: {system!r}")
- print("OK")
- return
-
ansible_vars = dict(system.ansible_vars)
ansible_vars["hostname"] = system.hostname
for filename in system.ansible_vars_files: