fix undefined bug in javascript for wordform-less lexemes
[scpubgit/stemmaweb.git] / lib / stemmaweb / Controller / Relation.pm
index 8ec7673..4bae11d 100644 (file)
@@ -145,7 +145,6 @@ sub help :Local :Args(1) {
                        $c->log->debug("Warning: could not load $mod");
                }
                my $has_mod = $mod->can('morphology_tags');
-               $DB::single = 1;
                if( $has_mod ) {
                        my $tagset = &$has_mod;
                        $c->stash->{'tagset'} = $tagset;