Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove debug info
authorPierre Veyre <pierre.veyre@cc.in2p3.fr>
Thu, 20 Mar 2014 10:30:45 +0000 (11:30 +0100)
committerPierre Veyre <pierre.veyre@cc.in2p3.fr>
Thu, 20 Mar 2014 10:30:45 +0000 (11:30 +0100)
src/surf/workstation_interface.cpp

index 06a52f6..ca42c31 100644 (file)
@@ -230,7 +230,6 @@ ActionPtr Workstation::open(const char* fullpath) {
   { /* Mount point found, deduce path + file name from full path (full path = mount name + path + file name)*/
        path = xbt_new(char, strlen(fullpath)-strlen(mount_name));
        strncpy(path, fullpath+pos, strlen(fullpath)-strlen(mount_name)+1);
   { /* Mount point found, deduce path + file name from full path (full path = mount name + path + file name)*/
        path = xbt_new(char, strlen(fullpath)-strlen(mount_name));
        strncpy(path, fullpath+pos, strlen(fullpath)-strlen(mount_name)+1);
-       XBT_INFO("TROUVE");
   }
   else
     xbt_die("Can't find mount point for '%s' on '%s'", fullpath, getName());
   }
   else
     xbt_die("Can't find mount point for '%s' on '%s'", fullpath, getName());