Changes

Jump to navigation Jump to search
m
no edit summary
Line 6: Line 6:     
// suppress console.log, switch to true for debug
 
// suppress console.log, switch to true for debug
var Debug_switch = true;
+
var Debug_switch = false;
 
 
 
// deterministic hash generator for creating user id#s from usernames, should be replaced by something more functional (guaranteed to be transitively different)
 
// deterministic hash generator for creating user id#s from usernames, should be replaced by something more functional (guaranteed to be transitively different)
Line 144: Line 144:  
inp_obj = record;
 
inp_obj = record;
 
} else {
 
} else {
 +
if ( sqitch === "get record" ) {
 +
inp_obj = undefined;
 +
} else {
 +
return undefined;
 +
}
 
// Remove from record will quit as record was not even found
 
// Remove from record will quit as record was not even found
return undefined;
+
 
}
 
}
 
}
 
}
530

edits

Navigation menu