Disabled trace logging

v1.0.4-work
Giulio Cesare Solaroli 2018-11-25 17:32:27 +01:00
parent b9fd444c51
commit 0fd0970a42
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
/* /*
Copyright 2008-2015 Clipperz Srl Copyright 2008-2018 Clipperz Srl
This file is part of Clipperz, the online password manager. This file is part of Clipperz, the online password manager.
For further information about its features and functionalities please For further information about its features and functionalities please
@ -1241,7 +1241,7 @@ Clipperz.log("Warning: Record.fieldWithLabel('" + aLabel + "') is returning more
Clipperz.Async.collectAll, Clipperz.Async.collectAll,
Clipperz.Async.or Clipperz.Async.or
] ]
}, {trace:true}); }, {trace:false});
deferredResult.addCallback(MochiKit.Base.values); deferredResult.addCallback(MochiKit.Base.values);
deferredResult.addCallback(MochiKit.Base.bind(function(someValues) { deferredResult.addCallback(MochiKit.Base.bind(function(someValues) {
return MochiKit.Iter.some(someValues, MochiKit.Base.operator.identity); return MochiKit.Iter.some(someValues, MochiKit.Base.operator.identity);