diff --git a/lib/www/client/source/src/views/Log.vue b/lib/www/client/source/src/views/Log.vue
index a8e5b05..674c773 100644
--- a/lib/www/client/source/src/views/Log.vue
+++ b/lib/www/client/source/src/views/Log.vue
@@ -207,116 +207,6 @@
-
-
-
-
-
- Acquisition remarks
-
-
-
- mdi-close
-
-
- mdi-content-save-edit-outline
-
-
-
- mdi-square-edit-outline
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Processing remarks
-
-
-
- mdi-close
-
-
- mdi-content-save-edit-outline
-
-
-
- mdi-square-edit-outline
-
-
-
-
-
-
-
-
-
-
-
-
-
-
res = r]);
- return res && res.ok;
- } catch (err) {
- return false;
- }
- },
-
newItem (from = {}) {
const type = (from.sequence && from.point) ? "sequence" : "timed";
const tstamp = from.tstamp || (new Date).toISOString();
@@ -1005,7 +828,6 @@ export default {
this.getEventCount();
this.getEvents();
this.getPresetRemarks();
- this.getSequenceData();
window.addEventListener('keyup', this.handleKeyboardEvent);
},