diff --git a/bin/slubsipbuilderbagit.pl b/bin/slubsipbuilderbagit.pl
index 2d2c4fc50fdb1575f5a77dfb611b79354c572677..fc0e9ed4073ff6cda5107981048a588dba91f07c 100644
--- a/bin/slubsipbuilderbagit.pl
+++ b/bin/slubsipbuilderbagit.pl
@@ -753,8 +753,6 @@ if (defined $outputPath && $outputPath eq "" && ($save eq "copy" || $save eq "mo
 # ppn, noppn
 if (defined $ppn && defined $noppn) { confess("you can only specify either --ppn or --noppn"); }
 if ((!defined $ppn && !defined $noppn) || (!defined $ppn && $noppn eq "") || (!defined $noppn && $ppn eq "")) { confess("you need to specify a PPN with --ppn or use --noppn"); }
-if ($ppn)   { push @addBagInfo, {'External-Identifier' => "PPN:$ppn"}; }
-if ($noppn) { push @addBagInfo, {'External-Identifier' => "$noppn"}; }
 
 #########################################################>  bag-info.txt  <###############################################################################
 # sipversion