Skip to content

Commit 8b0d0dc

Browse files
committed
update(scripting): Removing debug
1 parent f85dabe commit 8b0d0dc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

plugin_files/scripting/includes/swiftly/configuration.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,6 @@ class Configuration
8686
}
8787
catch (std::bad_any_cast err)
8888
{
89-
std::ofstream fout("file.out");
90-
fout << err.what() << "\n";
91-
fout.close();
9289
return 0;
9390
}
9491
}

0 commit comments

Comments
 (0)