summaryrefslogtreecommitdiff
path: root/source/features/index.tsx
diff options
context:
space:
mode:
authorGravatar Fregante <opensource@bfred.it> 2020-05-30 14:47:23 +0200
committerGravatar GitHub <noreply@github.com> 2020-05-30 14:47:23 +0200
commit2a81048d4336b7a307d8b712a6362e9c34f03013 (patch)
tree3b8fe21eb8ff5fd933f31774e52fe44d91c25565 /source/features/index.tsx
parent7589633720493550e359468ffdb4294858b74646 (diff)
downloadrefined-github-2a81048d4336b7a307d8b712a6362e9c34f03013.tar.gz
refined-github-2a81048d4336b7a307d8b712a6362e9c34f03013.tar.zst
refined-github-2a81048d4336b7a307d8b712a6362e9c34f03013.zip
Meta: config and build cleanup (#3157)
Diffstat (limited to 'source/features/index.tsx')
-rw-r--r--source/features/index.tsx2
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);
});