Update src/client/app/admin/views/ap-log.vue
This commit is contained in:
		| @@ -40,15 +40,6 @@ export default Vue.extend({ | ||||
| 			id: Math.random().toString().substr(2, 8), | ||||
| 			length: 50 | ||||
| 		}); | ||||
|  | ||||
| 		setInterval(() => { | ||||
| 			this.onLog({ | ||||
| 				direction: ['in', 'out'][Math.floor(Math.random() * 2)], | ||||
| 				activity: 'Create', | ||||
| 				host: 'misskey.ai', | ||||
| 				actor: 'foobar' | ||||
| 			}); | ||||
| 		}, 1000); | ||||
| 	}, | ||||
|  | ||||
| 	beforeDestroy() { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 syuilo
					syuilo