- removed debug

git-svn-id: http://moon:8086/svn/software/trunk/projects/GnuRadio@408 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2019-01-11 17:12:08 +00:00
parent c0f1e7d394
commit f84d381603
+1 -1
View File
@@ -63,7 +63,7 @@ size_t PocsagDecoder::process(uint8_t const *pData, size_t size)
| (uint32_t)pData[2] << 8 & 0x0000FF00
| (uint32_t)pData[3] << 0 & 0x000000FF;
fprintf (stderr, "word=%08X\n", word);
// fprintf (stderr, "word=%08X\n", word);
State stateNext = state;
switch(state)