@dhyasama/totem-models 7.52.0 → 7.52.1
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/lib/Financials.js +0 -4
- package/package.json +1 -1
package/lib/Financials.js
CHANGED
|
@@ -259,10 +259,6 @@ module.exports = function(mongoose, config) {
|
|
|
259
259
|
var hasSendOnLessThanNow = snapshot.notifications.company.initial.sendOn < now;
|
|
260
260
|
var hasNotBeenSentTo = !snapshot.notifications.company.initial.sentOn;
|
|
261
261
|
|
|
262
|
-
//console.log(hasRecipients);
|
|
263
|
-
//console.log(hasSendOnLessThanNow);
|
|
264
|
-
//console.log(hasNotBeenSentTo);
|
|
265
|
-
|
|
266
262
|
return hasRecipients && hasSendOnLessThanNow && hasNotBeenSentTo;
|
|
267
263
|
|
|
268
264
|
});
|