diff --git a/pages/logging.vue b/pages/logging.vue index 738483f3..a72f7d79 100644 --- a/pages/logging.vue +++ b/pages/logging.vue @@ -26,12 +26,6 @@
                     
                 
-                
-                    
-                        
-                        
-                    
-                
             
         
     
@@ -95,15 +89,6 @@ export default {
             } else {
                 this.currentLog = ''
             }
-        },
-        async getSystemLog () {
-            const response = await this.$axios.post('api/player/system/', { run: 'log' })
-
-            if (response.data.data) {
-                this.currentLog = response.data.data
-            } else {
-                this.currentLog = ''
-            }
         }
     }
 }