Skip to content
Snippets Groups Projects
Commit 72e19b69 authored by Pascal Verdier's avatar Pascal Verdier
Browse files

Remove traces

parent acad36f4
No related branches found
No related tags found
No related merge requests found
# Changelog
#### HdbAttributeCheck -1.0 (16/03/2018):
#### HdbAttributeCheck -1.1 (16/03/2018):
Initial revision
......@@ -146,10 +146,12 @@ public class HdbAttributeCheck {
System.out.println(attributeName);
subscriberList = new SubscriberList(configuratorManager, attributeList);
try { Thread.sleep(2000); } catch (InterruptedException e) { /* */ }
setState(DevState.INIT);
/*
try { Thread.sleep(2000); } catch (InterruptedException e) { /* * }
System.out.println("\n");
System.out.println(subscriberList);
setState(DevState.INIT);
*/
/*----- PROTECTED REGION END -----*/ // HdbAttributeCheck.initDevice
xlogger.exit();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment