In the Decrypt() function in cryptocontext.cpp, you can see the decryption result is first created as a Plaintext variable (line 577) and then is decoded in between the lines 582-607. To print out the content of a plaintext, you can take a look at Printing plaintext polynomial coefficients vs message vector slots - #2 by Caesar