File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -67,8 +67,6 @@ def main(args):
6767 pip_install ('setuptools' )
6868 try_pip_install ('fastparquet>=2023.10.1' )
6969
70- print (f"DEBUG: { args } , pandas: { args .pandas_version } " )
71-
7270 if args .pandas_version is not None and args .pandas_version != '' :
7371 try_pip_install ('pandas' , args .pandas_version )
7472 else :
Original file line number Diff line number Diff line change @@ -1949,7 +1949,6 @@ cdef class Sender:
19491949 object auto_flush_interval = None , # Default 1000 milliseconds
19501950 object init_buf_size = None , # 64KiB
19511951 object max_name_len = None ): # 127
1952- print (' Sender.__init__' )
19531952
19541953 cdef line_sender_utf8 c_host
19551954 cdef str port_str
@@ -2037,7 +2036,6 @@ cdef class Sender:
20372036 cdef line_sender_utf8 c_synthetic_conf_str
20382037 cdef dict params
20392038 cdef qdb_pystr_buf* b = qdb_pystr_buf_new()
2040- print (' Sender.from_conf' )
20412039 try :
20422040 protocol, params = parse_conf_str(b, conf_str)
20432041
You can’t perform that action at this time.
0 commit comments