Skip to content

Commit

Permalink
Remove redundant code from messy merge
Browse files Browse the repository at this point in the history
  • Loading branch information
gregneagle committed Jun 9, 2017
1 parent 7154507 commit 5e61494
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions code/client/munkiimport
Expand Up @@ -859,9 +859,6 @@ Extended Options: (makepkginfo options)
'%s is an unknown type.' % uninstaller_item)
cleanup_and_exit(-1)
else:
# Strip trailing '/' from uninstaller_item
uninstaller_item = uninstaller_item.rstrip('/')

# we need to convert to dmg
dmg_path = make_dmg(uninstaller_item)
if dmg_path:
Expand Down

0 comments on commit 5e61494

Please sign in to comment.