The prints are still there, just disabled by default for now.
You can re-enable logs with this:
import logging
import sys
logging.basicConfig(stream=sys.stdout, level=logging.INFO)
logging.getLogger().addHandler(logging.StreamHandler(stream=sys.stdout))
Very soon too (i.e. the next release), the token counting will be available as a callback, for more programmatic access to token counts