Skip to content

Commit fbaa35e

Browse files
Philipp Savakisbgoli
authored andcommitted
removed unused code, removed print statements.
1 parent b73b011 commit fbaa35e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

stochpy/modules/Analysis.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -592,12 +592,7 @@ def Distributions(self,distributions,datatype,labels,trajectory_index,linestyle,
592592
j=0
593593

594594
if colors == None:
595-
print('#'*20)
596-
output = plt.hist(distributions[i][0], L_bin_edges, weights = distributions[i][1], ls = linestyle, lw = linewidth, color = self.colors[j], histtype = histtype, orientation=orientation, )
597-
print('just ran this line')
598595
output = plt.hist(distributions[i][0], L_bin_edges, weights = distributions[i][1], ls = linestyle, lw = linewidth, color = self.colors[j], histtype = histtype, orientation=orientation, density=False)
599-
print('just ran this line')
600-
print('#'*20)
601596

602597
else:
603598
if clr.is_color_like(colors[j]):

0 commit comments

Comments
 (0)