mirror of
https://github.com/haveno-dex/haveno-ts.git
synced 2025-01-12 15:59:56 -05:00
refactor tests with unified trade configuration (#140)
This commit is contained in:
parent
38ac995c94
commit
4b5f412fe1
File diff suppressed because it is too large
Load Diff
@ -36,7 +36,6 @@ export default class HavenoUtils {
|
||||
*
|
||||
* @param {int} level - log level of the message
|
||||
* @param {string} msg - message to log
|
||||
* @param {boolean?} warn - log the message as a warning if true
|
||||
*/
|
||||
static log(level: number, msg: string) {
|
||||
assert(level === parseInt(level + "", 10) && level >= 0, "Log level must be an integer >= 0");
|
||||
|
Loading…
Reference in New Issue
Block a user