diff options
author | Christian Pointner <equinox@spreadspace.org> | 2016-04-27 15:41:07 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2016-04-27 15:41:07 (GMT) |
commit | e71dc43b11d983b398598453f93a7d09fddf175f (patch) | |
tree | 3ce85d06749b01486557cdd2109c02cdf88b7f4d /utils/rhrd-show | |
parent | 187d32a5ae613ab839bb756fa532cdc7abc0a6e7 (diff) |
removed imports which are only useful for debugging
Diffstat (limited to 'utils/rhrd-show')
-rwxr-xr-x | utils/rhrd-show | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/rhrd-show b/utils/rhrd-show index 75e525a..a25ceff 100755 --- a/utils/rhrd-show +++ b/utils/rhrd-show @@ -21,7 +21,6 @@ # use strict; -use lib "../lib/"; use RHRD::rddb; use RHRD::utils; |