Skip to content

Commit aea1a6e

Browse files
removed bad debugging print statement
1 parent f62ac35 commit aea1a6e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

SoftLayer/CLI/formatting.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,6 @@ def to_python(self):
208208
return self
209209

210210
def __str__(self):
211-
print("CASTSDFSDFSDFSDFSDF")
212211
return self.separator.join(str(x) for x in self)
213212

214213

0 commit comments

Comments
 (0)