disable recsys debug logging
This commit is contained in:
parent
9af7da4297
commit
fad810ce4a
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ const getClaimIdsFromUris = (uris) => {
|
||||||
|
|
||||||
const recsys = {
|
const recsys = {
|
||||||
entries: {},
|
entries: {},
|
||||||
debug: true,
|
debug: false,
|
||||||
/**
|
/**
|
||||||
* Provides for creating, updating, and sending Clickstream data object Entries.
|
* Provides for creating, updating, and sending Clickstream data object Entries.
|
||||||
* Entries are Created either when recommendedContent loads, or when recommendedContent is clicked.
|
* Entries are Created either when recommendedContent loads, or when recommendedContent is clicked.
|
||||||
|
|
Loading…
Reference in a new issue