mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-30 02:25:00 +00:00
Remove console.logs
This commit is contained in:
@@ -69,7 +69,6 @@ export default {
|
|||||||
return `/fr/notification/${n.id}/show`;
|
return `/fr/notification/${n.id}/show`;
|
||||||
},
|
},
|
||||||
getEntityName(n) {
|
getEntityName(n) {
|
||||||
console.log('entity class', n.relatedEntityClass);
|
|
||||||
switch (n.relatedEntityClass) {
|
switch (n.relatedEntityClass) {
|
||||||
case "Chill\\ActivityBundle\\Entity\\Activity":
|
case "Chill\\ActivityBundle\\Entity\\Activity":
|
||||||
return appMessages.fr.the_activity;
|
return appMessages.fr.the_activity;
|
||||||
@@ -88,7 +87,6 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
getEntityUrl(n) {
|
getEntityUrl(n) {
|
||||||
console.log('entity class', n.relatedEntityClass);
|
|
||||||
|
|
||||||
switch (n.relatedEntityClass) {
|
switch (n.relatedEntityClass) {
|
||||||
case "Chill\\ActivityBundle\\Entity\\Activity":
|
case "Chill\\ActivityBundle\\Entity\\Activity":
|
||||||
|
Reference in New Issue
Block a user