diff --git a/_layouts/default.html b/_layouts/default.html
index 9a3e0c7..46118cf 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -413,6 +413,8 @@ td.tablenode {
tempElem.select();
document.execCommand("copy");
document.body.removeChild(tempElem);
+ console.log(text)
+ console.log("copied")
});
}