Skip to content

Commit

Permalink
small logging fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Schmithüsen committed Jan 16, 2019
1 parent 28b659d commit cee54c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/viewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ class gltfViewer
notifyLoadingEnded(path)
{
this.loadingTimer.stop();
console.log("Loading '" + path + "' took " + this.loadingTimer.seconds + " seconds", path, this.loadingTimer.seconds);
console.log("Loading '" + path + "' took " + this.loadingTimer.seconds + " seconds");

if (!this.headless)
{
Expand Down

0 comments on commit cee54c2

Please sign in to comment.