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

Removed development code

This commit is contained in:
James Booth 2012-12-01 19:05:28 +00:00
parent 8400ae29ba
commit 79a2633fa6

View File

@ -448,10 +448,7 @@ _process_input(char *inp)
static void
_handle_idle_time()
{
// for development
gint prefs_time = prefs_get_autoaway_time() * 1000;
// gint prefs_time = prefs_get_autoaway_time() * 60000;
gint prefs_time = prefs_get_autoaway_time() * 60000;
unsigned long idle_ms = ui_get_idle_time();
if (!idle) {