gnuastro-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnuastro-commits] master 7b52e66: Removed extra printf from developing


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master 7b52e66: Removed extra printf from developing time
Date: Tue, 6 Sep 2016 13:00:26 +0000 (UTC)

branch: master
commit 7b52e66c8fb4beab5dd78caf82c8c5ee2026ad6a
Author: Mohammad Akhlaghi <address@hidden>
Commit: Mohammad Akhlaghi <address@hidden>

    Removed extra printf from developing time
    
    While developing the `where' operator in Arithmetic, I had used a
    `printf("\nhere\n");' in `src/arithmetic/arithmetic.c' to make sure it
    reaches this point and continue the developing. However, I had forgot to
    remove it and it had been pushed to the main repo. So it is being removed
    with this commit.
---
 src/arithmetic/arithmetic.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/src/arithmetic/arithmetic.c b/src/arithmetic/arithmetic.c
index 3909406..b8883c0 100644
--- a/src/arithmetic/arithmetic.c
+++ b/src/arithmetic/arithmetic.c
@@ -905,7 +905,6 @@ where(struct imgarithparams *p)
       ss=(s=sarr)+size;
       if(farr)
         {
-          printf("\nhere\n");
           f=farr;
           /* Note that we need to increment "f" after the check and
              replace. If the increment is inside the conditional replace,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]