mirror of
https://github.com/Zagrios/bs-manager.git
synced 2026-07-03 14:08:25 +02:00
remove console log
This commit is contained in:
@@ -44,7 +44,6 @@ export class ConfigurationService {
|
||||
public watch<T>(key: DefaultConfigKey | string): BehaviorSubject<T>{
|
||||
if(this.observers.has(key)){ return this.observers.get(key); }
|
||||
this.observers.set(key, new BehaviorSubject(this.get(key)));
|
||||
console.log(this.observers);
|
||||
return this.observers.get(key);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user