mirror of
https://github.com/transloadit/uppy.git
synced 2026-01-23 02:25:07 +00:00
remove dir, since it’s probably unnessesary now and not supported in React Native
//cc @kvz
This commit is contained in:
parent
40a2557a6b
commit
a4f94a8d6b
1 changed files with 1 additions and 7 deletions
|
|
@ -1035,13 +1035,7 @@ class Uppy {
|
|||
return
|
||||
}
|
||||
|
||||
if (msg === `${msg}`) {
|
||||
console.log(message)
|
||||
} else {
|
||||
message = `[Uppy] [${getTimeStamp()}]`
|
||||
console.log(message)
|
||||
console.dir(msg)
|
||||
}
|
||||
console.log(message)
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue