Skip to content

Commit 13313a4

Browse files
authored
UltraHDRLoader: Remove debug console (#32513)
1 parent 9bb24de commit 13313a4

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

examples/jsm/loaders/UltraHDRLoader.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,6 @@ class UltraHDRLoader extends Loader {
109109
*/
110110
parse( buffer, onLoad ) {
111111

112-
console.time( 'UltraHDRLoader' );
113-
114112
const xmpMetadata = {
115113
version: null,
116114
baseRenditionIsHDR: null,
@@ -293,8 +291,6 @@ class UltraHDRLoader extends Loader {
293291
gainmapImage,
294292
( hdrBuffer, width, height ) => {
295293

296-
console.timeEnd( 'UltraHDRLoader' );
297-
298294
onLoad( {
299295
width,
300296
height,

0 commit comments

Comments
 (0)