mirror of
				https://github.com/NodeBB/NodeBB.git
				synced 2025-10-31 02:55:58 +01:00 
			
		
		
		
	chore: remove logs
This commit is contained in:
		| @@ -449,8 +449,6 @@ describe('Inbox resolution', () => { | ||||
| 			await activitypub.actors.assert(id); | ||||
|  | ||||
| 			const inboxes = await activitypub.resolveInboxes([id]); | ||||
| 			console.log('inboxes', inboxes); | ||||
| 			console.log('actor', actor); | ||||
| 			assert(inboxes && Array.isArray(inboxes)); | ||||
| 			assert.strictEqual(inboxes.length, 1); | ||||
| 			assert.strictEqual(inboxes[0], actor.inbox); | ||||
|   | ||||
| @@ -14,7 +14,7 @@ const util = require('util'); | ||||
|  | ||||
| process.env.NODE_ENV = process.env.TEST_ENV || 'production'; | ||||
| global.env = process.env.NODE_ENV || 'production'; | ||||
|  | ||||
| process.env.CI = 'true'; | ||||
|  | ||||
| const winston = require('winston'); | ||||
| const packageInfo = require('../../package.json'); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user