Removed debugging statements
This commit is contained in:
@@ -21,8 +21,6 @@
|
||||
#include <string.h>
|
||||
#include <safegtk.h>
|
||||
|
||||
#include <iostream>
|
||||
|
||||
MultiLangMgr langMgr;
|
||||
|
||||
Glib::ustring M (std::string key) { return langMgr.getStr (key); }
|
||||
@@ -32,8 +30,6 @@ bool MultiLangMgr::load (Glib::ustring fname, MultiLangMgr* fb) {
|
||||
|
||||
fallBack = fb;
|
||||
|
||||
std::cout << "Loading translation " << fname << "\n";
|
||||
|
||||
if (f==NULL)
|
||||
return false;
|
||||
|
||||
|
Reference in New Issue
Block a user