From 58bd3fb700287e597fc39b84b46a377e1a2c19b5 Mon Sep 17 00:00:00 2001 From: Nicola Carminati Date: Thu, 20 Sep 2018 16:56:57 +0200 Subject: [PATCH] Fix --- Step.NC/NcHandler.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Step.NC/NcHandler.cs b/Step.NC/NcHandler.cs index c12002cd..27139f51 100644 --- a/Step.NC/NcHandler.cs +++ b/Step.NC/NcHandler.cs @@ -319,10 +319,10 @@ namespace Step.NC } } // Update data - using (QueueController queueController = new QueueController()) - { - queueController.UpdateQueue(); - } + //using (QueueController queueController = new QueueController()) + //{ + // queueController.UpdateQueue(); + //} return NO_ERROR; }