ruby: rm silly debug statement

develop
jj 2012-03-21 19:37:39 +01:00
parent f46e1ee518
commit 57f2e189ee
1 changed files with 0 additions and 2 deletions

@ -44,7 +44,6 @@ DFHACK_PLUGIN("ruby")
DFhackCExport command_result plugin_init ( color_ostream &out, std::vector <PluginCommand> &commands)
{
out.print("plugin_init\n");
m_irun = new tthread::mutex();
m_mutex = new tthread::mutex();
r_type = RB_INIT;
@ -73,7 +72,6 @@ out.print("plugin_init\n");
"Ruby interpreter dev. Eval() a ruby string.",
df_rubyeval));
out.print("plugin_init done\n");
return CR_OK;
}