Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoLechemia committed Nov 25, 2020
1 parent dbf07a1 commit 20c0f73
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -260,8 +260,6 @@ export class OcctaxFormReleveService {

getPreviousReleve(previousReleve) {
if (previousReleve && !ModuleConfig.ENABLE_SETTINGS_TOOLS) {
console.log(previousReleve);

return {
'id_dataset': previousReleve.properties.id_dataset,
'observers': previousReleve.properties.observers,
Expand Down Expand Up @@ -391,7 +389,6 @@ export class OcctaxFormReleveService {
}
);
} else {
// console.log(this.releveForm.value);

this.occtaxFormService.previousReleve = JSON.parse(JSON.stringify(this.releveForm.value));
//create
Expand Down

0 comments on commit 20c0f73

Please sign in to comment.