Skip to content

Commit

Permalink
feat(xdsl.move): remove useless console and class
Browse files Browse the repository at this point in the history
Signed-off-by: Stephanie Moallic <[email protected]>
  • Loading branch information
Stephanie Moallic committed Jun 23, 2020
1 parent eafbe8f commit 9a0e2b1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ angular.module('managerApp').controller(

this.process = this.TucPackMigrationProcess.getMigrationProcess();

console.log('buildings', this.process.selectedOffer.buildings);
this.process.selectedOffer.buildings.forEach((building, i) => {
// check if the building name is empty to set a name to display in the select component
if (building.name === '') {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="col-md-5 col-sm-12 col-xs-12 m-0 p-0">
<div class="block-emphasis location location--future">
<div class="block-emphasis">
<div class="block-emphasis__row">
<div class="block-emphasis__column block-emphasis__column--first">
<span
Expand Down

0 comments on commit 9a0e2b1

Please sign in to comment.