rm print
This commit is contained in:
@@ -595,7 +595,7 @@ var safe_divide = function(a, b) {
|
||||
if (b == 0) disrupt
|
||||
return a / b
|
||||
} disruption {
|
||||
print("something went wrong")
|
||||
log.error("something went wrong")
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user