Improved logging of clone() in case of acceptedInstances.

This commit is contained in:
Martin Edenhofer 2015-06-17 20:07:51 +02:00
parent 75838e5d8e
commit f4d2785425

View file

@ -116,7 +116,7 @@ function clone(item, full) {
// check if item is accepted to get cloned // check if item is accepted to get cloned
if (itemType && !_.contains(acceptedInstances, itemType)) { if (itemType && !_.contains(acceptedInstances, itemType)) {
console.log('no acceptedInstances', itemType) console.log('no acceptedInstances', itemType, item)
return return
} }