Skip to content

Commit

Permalink
Update sub.items.module.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Nattfarinn committed Feb 5, 2020
1 parent e6818ba commit 860a30b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/modules/sub-items/sub.items.module.js
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,6 @@ export default class SubItemsModule extends Component {
/*@Desc("Content item(s) sent to {{ locationLink }}")*/
'bulk_move.success.message', {}, 'sub_items'
);
console.log(location);
const rawPlaceholdersMap = {
locationLink: Translator.trans(
/*@Desc("<u><a href='%locationHref%'>%locationName%</a></u>")*/
Expand Down Expand Up @@ -512,7 +511,6 @@ export default class SubItemsModule extends Component {
/*@Desc("Location(s) added to {{ locationLink }}.")*/
'bulk_add_location.success.message', {}, 'sub_items'
);
console.log(location);
const rawPlaceholdersMap = {
locationLink: Translator.trans(
/*@Desc("<u><a href='%locationHref%'>%locationName%</a></u>")*/
Expand Down

0 comments on commit 860a30b

Please sign in to comment.