================ @@ -71,31 +173,27 @@ def read_packet(f, verbose=False, trace_file=None): if line.startswith(prefix): # Decode length of JSON bytes if verbose: - print('content: "%s"' % (line)) + print(f"content: {line}") ---------------- da-viper wrote:
i don't think is prints to anywhere since we are in test. we could remove the verbose option completely as no function is using it. https://github.com/llvm/llvm-project/pull/143818 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits