Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove log
  • Loading branch information
macrozone committed Feb 21, 2018
commit 54b4d370f7f5b1924a3a56218cd87a15a74ea05b
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