Skip to content

Commit ff89d35

Browse files
committed
[plugins][data-migration] removed logging line
1 parent 471a2d5 commit ff89d35

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

plugins/data_migration/api/data_migration_helper.js

-1
Original file line numberDiff line numberDiff line change
@@ -1064,7 +1064,6 @@ module.exports = function(my_db){
10641064
log_me(my_logpath,"Files packed",false);
10651065
if(params.qstring.only_export && params.qstring.only_export==true)
10661066
{
1067-
update_progress(exportid,"packing","progress",100,"",true,{},params);
10681067
log_me(my_logpath,"Starting clean up",false);
10691068
self.clean_up_data('export',exportid,false).then(
10701069
function(result){

0 commit comments

Comments
 (0)