summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrés <andmarti@gmail.com>2021-05-08 14:53:10 -0300
committerAndrés <andmarti@gmail.com>2021-05-08 14:53:10 -0300
commit946a6a637ca7cdebca4b71f9dc4bc20cd917fa63 (patch)
tree0d5c16410f220990ae3d97460d86bca111f044ae
parentcf79e2d8266803becafedfc63debb602af5d966a (diff)
removed sc_info from let
-rwxr-xr-xsrc/gdb.gdb5
-rw-r--r--src/interp.c1
2 files changed, 4 insertions, 2 deletions
diff --git a/src/gdb.gdb b/src/gdb.gdb
index cb1a1d8..63c4003 100755
--- a/src/gdb.gdb
+++ b/src/gdb.gdb
@@ -1,2 +1,5 @@
target remote localhost:12345
-b interp.c:2827
+b interp.c:1331
+b interp.c:2565
+b interp.c:2583
+b dep_graph.c:805
diff --git a/src/interp.c b/src/interp.c
index 486a9a4..e880d56 100644
--- a/src/interp.c
+++ b/src/interp.c
@@ -2562,7 +2562,6 @@ void unlock_cells(struct ent * v1, struct ent * v2) {
* \return none
*/
void let(struct ent * v, struct enode * e) {
- sc_info("IN let");
if (locked_cell(v->row, v->col)) return;