@iebh/reflib 2.6.6 → 2.6.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/modules/bibtex.js +1 -1
- package/package.json +1 -1
package/modules/bibtex.js
CHANGED
|
@@ -236,7 +236,7 @@ export function writeStream(stream, options) {
|
|
|
236
236
|
if (!ref.key) {
|
|
237
237
|
ref.key = generateCitationKey(ref);
|
|
238
238
|
}
|
|
239
|
-
console.log("Here is the id",ref.key)
|
|
239
|
+
// console.log("Here is the id",ref.key)
|
|
240
240
|
// Fetch Reflib type definition
|
|
241
241
|
let rlType = (ref.type || settings.defaultType) && translations.types.rlMap.get(ref.type.toLowerCase());
|
|
242
242
|
let btType = rlType?.bt || settings.defaultType;
|