Azure calls userdata CustomData. Get the variable, but we don't use it yet.

This commit is contained in:
Reyk Floeter 2017-06-30 21:34:12 +02:00
commit 0ba8b74dcd
2 changed files with 8 additions and 2 deletions

View file

@ -81,8 +81,6 @@ cloudinit_get(struct system_config *sc, const char *path, enum strtype type)
str = get_word(g->bodypart, g->bodypartsz);
break;
}
log_debug("%s: '%s'", __func__, str);
}
http_get_free(g);