remove debug printout

parent 67254a7e
...@@ -14119,8 +14119,6 @@ void Dblqh::execSTART_FRAGREQ(Signal* signal) ...@@ -14119,8 +14119,6 @@ void Dblqh::execSTART_FRAGREQ(Signal* signal)
const StartFragReq * const startFragReq = (StartFragReq *)&signal->theData[0]; const StartFragReq * const startFragReq = (StartFragReq *)&signal->theData[0];
jamEntry(); jamEntry();
printSTART_FRAG_REQ(stdout, signal->getDataPtr(), signal->getLength(), number());
tabptr.i = startFragReq->tableId; tabptr.i = startFragReq->tableId;
Uint32 fragId = startFragReq->fragId; Uint32 fragId = startFragReq->fragId;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment