remove debug code
This commit is contained in:
parent
85eb6ddbeb
commit
53f4b076e1
1 changed files with 0 additions and 1 deletions
|
|
@ -102,7 +102,6 @@ sub get {
|
||||||
$namespace =~ s/$safeRe//g;
|
$namespace =~ s/$safeRe//g;
|
||||||
my $cmd = "WebGUI::i18n::".$language."::".$namespace;
|
my $cmd = "WebGUI::i18n::".$language."::".$namespace;
|
||||||
|
|
||||||
use Data::Dumper;
|
|
||||||
if (defined *{"$cmd\::I18N"}) { ##Symbol table lookup
|
if (defined *{"$cmd\::I18N"}) { ##Symbol table lookup
|
||||||
our $table;
|
our $table;
|
||||||
*table = *{"$cmd\::I18N"}; ##Create alias into symbol table
|
*table = *{"$cmd\::I18N"}; ##Create alias into symbol table
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue