Skip to content

v0.2.52..v0.2.53 changeset TagDifferencerJs.cpp

Garret Voltz edited this page Feb 12, 2020 · 1 revision
diff --git a/hoot-js/src/main/cpp/hoot/js/schema/TagDifferencerJs.cpp b/hoot-js/src/main/cpp/hoot/js/schema/TagDifferencerJs.cpp
index 48a706a..5a36d06 100644
--- a/hoot-js/src/main/cpp/hoot/js/schema/TagDifferencerJs.cpp
+++ b/hoot-js/src/main/cpp/hoot/js/schema/TagDifferencerJs.cpp
@@ -22,7 +22,7 @@
  * This will properly maintain the copyright information. DigitalGlobe
  * copyrights will be updated automatically.
  *
- * @copyright Copyright (C) 2015, 2017, 2018, 2019 DigitalGlobe (http://www.digitalglobe.com/)
+ * @copyright Copyright (C) 2015, 2017, 2018, 2019, 2020 DigitalGlobe (http://www.digitalglobe.com/)
  */
 #include "TagDifferencerJs.h"
 
@@ -76,6 +76,9 @@ void TagDifferencerJs::diff(const FunctionCallbackInfo<Value>& args)
       throw IllegalArgumentException("You must specify a valid map, element 1 and element 2");
     }
 
+    LOG_VART(e1->getElementId());
+    LOG_VART(e2->getElementId());
+
     double d = op->getDifferencer()->diff(map, e1, e2);
 
     args.GetReturnValue().Set(toV8(d));
Clone this wiki locally