Remove debug code from Delete and Copy

This commit is contained in:
Colin Kuskie 2013-09-17 15:05:33 -07:00 committed by Scott Walters
parent 0363101e43
commit 7766c43821
2 changed files with 0 additions and 5 deletions

View file

@ -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;

View file

@ -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',