mirror of https://gitee.com/bigwinds/arangodb
do not warn verbosely
This commit is contained in:
parent
358befddde
commit
d54db0e3ff
|
@ -179,9 +179,12 @@ class FoxxService {
|
|||
try {
|
||||
this.thumbnail = fs.read64(thumb);
|
||||
} catch (e) {
|
||||
this.thumbnail = null;
|
||||
/*
|
||||
console.warnLines(
|
||||
`Cannot read thumbnail "${thumb}" for app "${data.mount}": ${e.stack}`
|
||||
);
|
||||
*/
|
||||
}
|
||||
} else {
|
||||
this.thumbnail = null;
|
||||
|
|
Loading…
Reference in New Issue