removing my debug :o

This commit is contained in:
Daniel Swarbrick 2011-01-03 19:10:15 +01:00
parent a3d66bb4f0
commit 66ce95a930
1 changed files with 0 additions and 1 deletions

View File

@ -160,7 +160,6 @@ static void write_cdr(const char *path, const char *log_line)
size_t len = strlen(log_line) + 2;
log_line_lf = switch_core_alloc(globals.pool, len);
switch_snprintf(log_line_lf, len, "%s\n", log_line);
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "Adding LF to log_line.\n");
} else {
log_line_lf = switch_core_strdup(globals.pool, log_line);
}