mirror of
https://github.com/HeyPuter/puter.git
synced 2026-05-06 01:20:41 +00:00
clean: remove a couple of verbose logs
This commit is contained in:
@@ -141,7 +141,6 @@ class ExtensionService extends BaseService {
|
||||
},
|
||||
});
|
||||
})();
|
||||
console.log('set kv on', this.state.extension);
|
||||
}
|
||||
|
||||
['__on_install.routes'] (_, { app }) {
|
||||
|
||||
@@ -73,7 +73,6 @@ class BaseService extends concepts.Service {
|
||||
* @returns {Promise<void>} A promise that resolves when construction is complete.
|
||||
*/
|
||||
async construct () {
|
||||
console.log('CLASS', this.constructor.name);
|
||||
const useapi = this.context.get('useapi');
|
||||
const use = this._get_merged_static_object('USE');
|
||||
for ( const [key, value] of Object.entries(use) ) {
|
||||
|
||||
Reference in New Issue
Block a user