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

Removed PlayCanvas version logging #3508

Merged
merged 2 commits into from
Oct 5, 2021
Merged

Removed PlayCanvas version logging #3508

merged 2 commits into from
Oct 5, 2021

Conversation

yaustar
Copy link
Contributor

@yaustar yaustar commented Sep 22, 2021

The version and revision are already exported as pc.version and pc.revision in core.js

We have decided to remove the logging completely rather than have an option. If users/developers want to add it to the console, they will have to do so explicitly in the app as:

console.log("Powered by PlayCanvas " + pc.version + " " + pc.revision);

Fixes #3456

I confirm I have read the contributing guidelines and signed the Contributor License Agreement.

The version and revision are already exported as pc.version and pc.revision in core.js
@yaustar yaustar requested a review from a team September 22, 2021 12:07
@yaustar yaustar self-assigned this Sep 22, 2021
@yaustar yaustar added the release: next minor Ticket marked for the next minor release label Sep 22, 2021
@yaustar yaustar merged commit 310cdc1 into master Oct 5, 2021
@yaustar yaustar deleted the remove-version-logging branch October 5, 2021 14:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release: next minor Ticket marked for the next minor release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants