Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove useless log message #158

Merged
merged 1 commit into from
Jun 24, 2015
Merged

Conversation

ustuehler
Copy link

AFAICS, the Creating <#{state[:server_id]}>... message will always output Creating <>... because state[:server_id] is not set yet. Otherwise, return if state[:server_id] would have returned early from the create method.

AFAICS, the `Creating <#{state[:server_id]}>...` message will always output `Creating <>...` because `state[:server_id]` is not set yet. Otherwise, `return if state[:server_id]` would have returned early from the `create` method.
@gmiranda23
Copy link

👍

@tyler-ball
Copy link
Contributor

You have no idea how many people asked about this. Thanks for the PR! ⭐ for you

@tyler-ball tyler-ball added the Bug label Jun 24, 2015
@tyler-ball tyler-ball added this to the 0.10.0 milestone Jun 24, 2015
tyler-ball added a commit that referenced this pull request Jun 24, 2015
Remove useless log message
@tyler-ball tyler-ball merged commit 048d00f into test-kitchen:master Jun 24, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants