Browse Source

rm range print in cleint

main
Alexey Velikiy 2 years ago
parent
commit
5f16e006a8
  1. 1
      client/src/components/pods/pattern_pod.ts

1
client/src/components/pods/pattern_pod.ts

@ -79,7 +79,6 @@ export class PatternPod extends HasticPod<UpdateDataCallback> {
} else {
console.log('took from range from default');
}
console.log(from + " ---- " + to);
this.udc({ from, to })
.then(resp => {

Loading…
Cancel
Save