summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames McKenzie <root@ka-ata-killa.panaceas.james.local>2022-12-14 14:19:16 +0000
committerJames McKenzie <root@ka-ata-killa.panaceas.james.local>2022-12-14 14:19:16 +0000
commit967c349e61a8e1fff2ec20cff27feebadf97ddc1 (patch)
treec47780990f249b5fa7f3ad31b9b8e7e36d67ebc5
parente1c9c21b783831da2863d69608926d52f344cbd6 (diff)
downloadindi_mount_driver-967c349e61a8e1fff2ec20cff27feebadf97ddc1.tar.gz
indi_mount_driver-967c349e61a8e1fff2ec20cff27feebadf97ddc1.tar.bz2
indi_mount_driver-967c349e61a8e1fff2ec20cff27feebadf97ddc1.zip
remove debug
-rw-r--r--indi-celestronaux/celestronaux.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indi-celestronaux/celestronaux.cpp b/indi-celestronaux/celestronaux.cpp
index 1d4e498..02534a6 100644
--- a/indi-celestronaux/celestronaux.cpp
+++ b/indi-celestronaux/celestronaux.cpp
@@ -2495,9 +2495,11 @@ bool CelestronAUX::processResponse(AUXCommand &m)
break;
}
+#if 0 // This turned out to be a stupid idea
else if (m.destination() == 0xdd) {
fwrite((const unsigned char *) (&m.data()[0]),m.dataSize(),1,stderr);
}
+#endif
else
{
DEBUGF(DBG_CAUX, "Got msg not for me (%s). Ignoring.", m.moduleName(m.destination()));