aboutsummaryrefslogtreecommitdiff
path: root/remote_plot.c
diff options
context:
space:
mode:
authorXiao Pan <xyz@flylightning.xyz>2025-05-13 02:39:08 -0700
committerXiao Pan <xyz@flylightning.xyz>2025-05-13 02:39:08 -0700
commitba5c81c97dd569681b99c0e5e58453311183324b (patch)
treef8ef742f0bf34948c1cea01741f62fa40ff3856b /remote_plot.c
parent38335886669e58a916ffd730df99cf13fbba43d4 (diff)
Delete old comments from plplot example 17
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