aboutsummaryrefslogtreecommitdiff
path: root/remote_plot.c
diff options
context:
space:
mode:
Diffstat (limited to 'remote_plot.c')
-rw-r--r--remote_plot.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/remote_plot.c b/remote_plot.c
index 7e43acd..3f5b0df 100644
--- a/remote_plot.c
+++ b/remote_plot.c
@@ -333,9 +333,6 @@ static gboolean read_data(gpointer user_data)
int nbytes, rc;
access_type = O_RDONLY;
- // This is to represent a loop over time
- // Let's try a random walk process
-
//printf("before sftp_open\n");
// No need `sftp_expand_path(data->sftp,"~/.local/share/mycan.csv")` because the current dir seems is home dir.
// Also old libssh seems does not have sftp_expand_path