mirror of
https://github.com/strapi/strapi.git
synced 2025-11-12 16:22:10 +00:00
remove console.log
This commit is contained in:
parent
5ce621adc7
commit
d1c6d66125
@ -55,7 +55,6 @@ export const createDispatcher = (
|
|||||||
|
|
||||||
const sendPeriodically = () => {
|
const sendPeriodically = () => {
|
||||||
if (numberOfTimesMessageWasSent <= retryMessageMaxRetries) {
|
if (numberOfTimesMessageWasSent <= retryMessageMaxRetries) {
|
||||||
console.log('Retrying message', payload, numberOfTimesMessageWasSent);
|
|
||||||
numberOfTimesMessageWasSent += 1;
|
numberOfTimesMessageWasSent += 1;
|
||||||
ws.send(stringifiedPayload, (error) => {
|
ws.send(stringifiedPayload, (error) => {
|
||||||
if (error) {
|
if (error) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user