Do not strip out panic messages in debug builds
Created by: athei
We should keep the panic messages for debug builds because they convey valuable information. Until Result
based error handling is implemented that is even the only way of reacting to runtime errors (as opposed to programming errors for which panics are usually used).