Skip to content
This repository has been archived by the owner on Jan 25, 2023. It is now read-only.

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
macrozone authored and bnjm committed Feb 21, 2018
1 parent 652e5b4 commit df3badd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion startup.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ export default () => {
// when reloading the app, the scene should be cleared.
// on prod, this usually does not happen, but you can reload the app in develop mode
// without clearing, this would result in inconsistency
// do this only when arkit was already initialized
ARKitManager.isInitialized().then(isInitialized => {
console.log('was already initialized on startup', isInitialized);
if (isInitialized) {
ARKitManager.clearScene();
}
Expand Down

0 comments on commit df3badd

Please sign in to comment.