Skip to content

Commit b949f4a

Browse files
committed
Removed Network::Get()->Print();
1 parent 7387f6c commit b949f4a

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

lib-artnet/src/node/artnetnodehandleipprog.cpp

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@
22
* @file artnetnodehandleipprog.cpp
33
*
44
*/
5-
/**
6-
* Art-Net Designed by and Copyright Artistic Licence Holdings Ltd.
7-
*/
8-
/* Copyright (C) 2021-2023 by Arjan van Vught mailto:[email protected]
5+
/* Copyright (C) 2021-2025 by Arjan van Vught mailto:[email protected]
96
*
107
* Permission is hereby granted, free of charge, to any person obtaining a copy
118
* of this software and associated documentation files (the "Software"), to deal
@@ -118,8 +115,8 @@ void ArtNetNode::HandleIpProg() {
118115
}
119116

120117
#ifndef NDEBUG
121-
DEBUG_PUTS("Changed:");
122-
Network::Get()->Print();
118+
DEBUG_PUTS("Changed");
119+
debug_print_bits(m_ArtPollReply.Status2);
123120
#endif
124121
}
125122
#ifndef NDEBUG

0 commit comments

Comments
 (0)