clean: remove a couple of verbose logs

This commit is contained in:
KernelDeimos
2025-09-05 12:50:35 -04:00
parent 85451447c4
commit 994233aa0a
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -141,7 +141,6 @@ class ExtensionService extends BaseService {
},
});
})();
console.log('set kv on', this.state.extension);
}
['__on_install.routes'] (_, { app }) {
-1
View File
@@ -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) ) {