Remove debug code from Delete and Copy
This commit is contained in:
parent
0363101e43
commit
7766c43821
2 changed files with 0 additions and 5 deletions
|
|
@ -96,9 +96,6 @@ sub copy {
|
|||
$process->update( $json );
|
||||
};
|
||||
|
||||
$update_progress->( debug_initial => 1 );
|
||||
|
||||
|
||||
my $tag = WebGUI::VersionTag->getWorking($session);
|
||||
if ($tag->canAutoCommit) {
|
||||
$tag->commit;
|
||||
|
|
|
|||
|
|
@ -104,8 +104,6 @@ sub delete {
|
|||
$process->update( $json );
|
||||
};
|
||||
|
||||
$update_progress->( debug_initial => 1 );
|
||||
|
||||
# Patch a sub to get a status update
|
||||
my $patch = Monkey::Patch::patch_class(
|
||||
'WebGUI::Asset',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue