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 unnecessary code from Makefile. #3

Open
Rajat-Dabade opened this issue Jun 28, 2024 · 0 comments
Open

Remove unnecessary code from Makefile. #3

Rajat-Dabade opened this issue Jun 28, 2024 · 0 comments
Assignees
Labels

Comments

@Rajat-Dabade
Copy link
Contributor

There are some pieces of code which was added for debugging purposes.

For example

info: ## Display build information
	@echo "Build Number: $(BUILD_NUMBER)"
	@echo "Build Date: $(BUILD_DATE)"
	@echo "Build Hash: $(BUILD_HASH)"
	@echo "Plugin ID: $(PLUGIN_ID)"
	@echo "Plugin Version: $(PLUGIN_VERSION)"
	@echo "Bundle Name: $(BUNDLE_NAME)"

Should be removed once the plugin is stable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant