Skip to content

Commit d2f2b50

Browse files
Merge pull request #57 from CosmoStat/pre_0.1.5
remove debug print
2 parents f8f3aac + 9e893f7 commit d2f2b50

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

cs_util/plots.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,6 @@ def plot_histograms(
178178
if vline_x:
179179
ylim = plt.ylim()
180180
for x, lab in zip(vline_x, vline_lab):
181-
print("MKDEBUG", x, lab)
182181
plt.vlines(
183182
x=x, ymax=ylim[1], ymin=ylim[0], linestyles="--", colors="k"
184183
)

0 commit comments

Comments
 (0)