debian/control: update long description
[id3fs.git] / lib / ID3FS / Path.pm
index 0326af6..4286381 100644 (file)
@@ -363,6 +363,9 @@ sub parse
     $self->{tagtree}=$self->elements_to_tree(\@elements);
     if($self->{tagtree})
     {
+#      use Data::Dumper;
+#      print "TREE\n";
+#      print Dumper $self->{tagtree};
 #      my ($conditions, @joins)=$self->{tagtree}->to_sql();
 #      print "CONDITIONS(", scalar(@joins), "): ", $conditions, "\n";
     }