mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-10 21:47:06 +03:00
Removed console.log calls
This commit is contained in:
@@ -105,8 +105,6 @@ async function init() {
|
||||
* @param option
|
||||
*/
|
||||
function setStringConfigOption(value: string, option: string) {
|
||||
console.log(value);
|
||||
console.log(option);
|
||||
Config.config[option] = value;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user