We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bb24de commit 13313a4Copy full SHA for 13313a4
1 file changed
examples/jsm/loaders/UltraHDRLoader.js
@@ -109,8 +109,6 @@ class UltraHDRLoader extends Loader {
109
*/
110
parse( buffer, onLoad ) {
111
112
- console.time( 'UltraHDRLoader' );
113
-
114
const xmpMetadata = {
115
version: null,
116
baseRenditionIsHDR: null,
@@ -293,8 +291,6 @@ class UltraHDRLoader extends Loader {
293
291
gainmapImage,
294
292
( hdrBuffer, width, height ) => {
295
296
- console.timeEnd( 'UltraHDRLoader' );
297
298
onLoad( {
299
width,
300
height,
0 commit comments