Skip to content

Commit cc8c517

Browse files
committed
remove an unused py27 print statement
1 parent 66f7295 commit cc8c517

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

smrt/permittivity/brine.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ def brine_volume(temperature, salinity):
141141
raise SMRTError(
142142
"(Polynomial) equations for calculating brine volume fraction from temperature and salinity show unphysical behaviour! \
143143
Calculated value for brine volume fraction is below 0 or above 1!")
144-
print calculate_freezing_temperature(salinity)
145144
return Vb
146145

147146

0 commit comments

Comments
 (0)