Skip to content

Commit 49cba63

Browse files
committed
chore: removal of superfluous print statements
1 parent 8e4b407 commit 49cba63

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

ci/pip_install_deps.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

src/questdb/ingress.pyx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)