code cleanup
This commit is contained in:
parent
21f26648eb
commit
deda1d4bc7
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@ $(function(){
|
|||
|
||||
self.cancel_conversion = function(){
|
||||
if(self.slicing_in_progress()){
|
||||
console.log('cancel slicing', self.slicing_in_progress());
|
||||
//console.log('cancel slicing', self.slicing_in_progress());
|
||||
// TODO cancel slicing properly
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue