Skip to content

Commit

Permalink
remove debug output, whoops.
Browse files Browse the repository at this point in the history
note to self, don't push right away. :P
  • Loading branch information
coke committed Aug 24, 2010
1 parent 8f4fed2 commit d55427f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Partcl/commands/file.pm
Expand Up @@ -156,15 +156,13 @@ my sub delete(*@args) {
my sub dirname($filename) {
my %PConfig := pir::getinterp[8]; ## .IGLOBALS_CONFIG_HASH
my $slash := %PConfig<slash>;
dumper($filename);

if pir::substr($filename, -1, 1) eq $slash {
$filename := pir::chopn__ssi($filename, 1);
}

my @array := pir::split($slash, $filename);

dumper(@array);

if @array[+@array-1] ne "" {
@array.pop();
}
Expand Down

0 comments on commit d55427f

Please sign in to comment.