mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-18 03:31:03 +01:00
console.log
This commit is contained in:
@@ -388,9 +388,6 @@
|
||||
var key = namespace + d,
|
||||
value = typeof data[d] === 'string' ? data[d].replace(/^\s+|\s+$/g, '') : data[d];
|
||||
|
||||
if (key === 'metaTags.content' && data[d]) {
|
||||
console.log(typeof data[d] === 'string', data[d].replace(/^\s+|\s+$/g, ''));
|
||||
}
|
||||
checkConditional(key, value);
|
||||
checkConditional('!' + key, !value);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user