diff options
Diffstat (limited to 'source/features/index.tsx')
-rw-r--r-- | source/features/index.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/index.tsx b/source/features/index.tsx index f330ed90..dd1b4a27 100644 --- a/source/features/index.tsx +++ b/source/features/index.tsx @@ -117,7 +117,7 @@ const globalReady: Promise<RGHOptions> = new Promise(async resolve => { } // Create logging function - log = options.logging ? console.log : () => { }; + log = options.logging ? console.log : () => {/* No logging */}; resolve(options); }); |