mirror of
https://gitlab.com/bmcgonag/get_my.git
synced 2026-03-27 00:08:49 +00:00
Commenting out console logging.
This commit is contained in:
parent
4687f27011
commit
d25ef56591
31 changed files with 87 additions and 87 deletions
|
|
@ -39,9 +39,9 @@ Meteor.methods({
|
|||
let configId = curr._id;
|
||||
const addNoSys = await Meteor.callAsync('edit.noSysAdminReg', configId, admReg, genReg);
|
||||
if (!addNoSys) {
|
||||
console.log(" Couldn't edit the system config.");
|
||||
// console.log(" Couldn't edit the system config.");
|
||||
} else {
|
||||
console.log("Success updating sys admin reg.");
|
||||
// console.log("Success updating sys admin reg.");
|
||||
}
|
||||
} catch(error) {
|
||||
console.log(" ERROR trying to pull current system config:");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue