mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-21 03:15:45 -08:00
Commented out console log that was pooping up the joint
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
f91be34baf
commit
89fee23d32
|
@ -200,12 +200,12 @@ function formatDatalistSafe(datalist) {
|
||||||
var safe_html = root_div.get(0).outerHTML;
|
var safe_html = root_div.get(0).outerHTML;
|
||||||
var old_html = formatDatalist(datalist);
|
var old_html = formatDatalist(datalist);
|
||||||
if (safe_html != old_html) {
|
if (safe_html != old_html) {
|
||||||
console.log("HTML MISMATCH: ");
|
// console.log("HTML MISMATCH: ");
|
||||||
console.log("FormatDatalistSafe: ");
|
// console.log("FormatDatalistSafe: ");
|
||||||
// console.dir(root_div.get(0));
|
// console.dir(root_div.get(0));
|
||||||
console.log(safe_html);
|
// console.log(safe_html);
|
||||||
console.log("FormatDataList: ");
|
// console.log("FormatDataList: ");
|
||||||
console.log(old_html);
|
// console.log(old_html);
|
||||||
}
|
}
|
||||||
return root_div;
|
return root_div;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue