mirror of
				https://github.com/NodeBB/NodeBB.git
				synced 2025-11-03 20:45:58 +01:00 
			
		
		
		
	chore: remove debug log
This commit is contained in:
		@@ -185,7 +185,6 @@ ActivityPub.get = async (uid, uri) => {
 | 
			
		||||
 | 
			
		||||
	const headers = uid > 0 ? await ActivityPub.sign(uid, uri) : {};
 | 
			
		||||
	winston.verbose(`[activitypub/get] ${uri}`);
 | 
			
		||||
	console.log(headers);
 | 
			
		||||
	const { response, body } = await request.get(uri, {
 | 
			
		||||
		headers: {
 | 
			
		||||
			...headers,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user