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