1
1
mirror of https://github.com/profanity-im/profanity.git synced 2025-02-02 15:08:15 -05:00

Removed commented code from main

This commit is contained in:
James Booth 2012-04-24 00:50:43 +01:00
parent e21e64fe28
commit b3de79997b

1
main.c
View File

@ -47,7 +47,6 @@ int main(int argc, char **argv)
profanity_init(disable_tls);
profanity_run();
//profanity_shutdown();
return 0;
}