git rid of SVG cache
Tara L Andrews [Tue, 28 Aug 2012 10:53:32 +0000 (12:53 +0200)]
lib/stemmaweb/Controller/Root.pm

index 90f9e8a..84288ea 100644 (file)
@@ -67,9 +67,7 @@ sub variantgraph :Local :Args(1) {
        my $m = $c->model('Directory');
        my $tradition = $m->tradition( $textid );
        my $collation = $tradition->collation;
-       my $needsave = !$collation->has_cached_svg;
        $c->stash->{'result'} = $collation->as_svg;
-       $m->save( $tradition );  # to save generate SVG in the cache
        $c->forward('View::SVG');
 }