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 Debug Code #65

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open

Remove Debug Code #65

wants to merge 1 commit into from

Conversation

worldeva
Copy link

@worldeva worldeva commented Sep 20, 2020

The function ClusterManager#launch() accepts value test, which isn't referenced anywhere in the function.
When launch() is called, it is also passed value false.

Just thought I would remove that, because it doesn't do anything, passes a extra value, and makes code more confusing (I spent forever trying to figure out why launch was being passed false, and what test did).

The function `ClusterManager#launch()` accepts value test, which isn't referenced anywhere in the function. 
When `launch()` is called, it is also passed value `false`.

Just thought I would remove that, because it doesn't do anything, passes a extra value, and makes code more confusing (I spent forever trying to figure out why launch was being passed `false`, and what `test` did).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant