Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
osh-oakridge-modules
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Harris, Tyrone
osh-oakridge-modules
Commits
02178dfb
Commit
02178dfb
authored
5 months ago
by
Alex Almanza
Browse files
Options
Downloads
Patches
Plain Diff
Remove debug messages
parent
f12265f5
No related branches found
Branches containing commit
No related tags found
1 merge request
!44
Rapiscan latest
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
sensors/sensorhub-driver-rapiscan/src/main/java/com/botts/impl/sensor/rapiscan/RapiscanSensor.java
+2
-2
2 additions, 2 deletions
...n/java/com/botts/impl/sensor/rapiscan/RapiscanSensor.java
with
2 additions
and
2 deletions
sensors/sensorhub-driver-rapiscan/src/main/java/com/botts/impl/sensor/rapiscan/RapiscanSensor.java
+
2
−
2
View file @
02178dfb
...
...
@@ -229,7 +229,7 @@ public class RapiscanSensor extends AbstractSensorModule<RapiscanConfig> impleme
synchronized
(
this
)
{
while
(
isRunning
)
{
if
(
messageHandler
.
getTimeSinceLastMessage
()
<
config
.
commSettings
.
connection
.
reconnectPeriod
)
{
getLogger
().
debug
(
"TCP currently connected"
);
//
getLogger().debug("TCP currently connected");
this
.
connectionStatusOutput
.
onNewMessage
(
true
);
}
else
{
...
...
@@ -241,7 +241,7 @@ public class RapiscanSensor extends AbstractSensorModule<RapiscanConfig> impleme
// throw new RuntimeException(e);
// }
this
.
connectionStatusOutput
.
onNewMessage
(
false
);
getLogger
().
debug
(
"TCP disconnected"
);
//
getLogger().debug("TCP disconnected");
}
try
{
Thread
.
sleep
(
1000
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment