Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emulab-stable
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
emulab
emulab-stable
Commits
bb1aa509
Commit
bb1aa509
authored
Dec 18, 2012
by
Leigh B Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove some debugging prints.
parent
26fe57a2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
8 deletions
+0
-8
protogeni/lib/GeniCM.pm.in
protogeni/lib/GeniCM.pm.in
+0
-8
No files found.
protogeni/lib/GeniCM.pm.in
View file @
bb1aa509
...
@@ -5920,9 +5920,6 @@ sub FlipToUser($$)
...
@@ -5920,9 +5920,6 @@ sub FlipToUser($$)
if
(
!defined($geniuser));
if
(
!defined($geniuser));
$
geniuser
=
GeniUser
::
LocalUser
->
Create
($
geniuser
);
$
geniuser
=
GeniUser
::
LocalUser
->
Create
($
geniuser
);
print
STDERR
"FlipToUser: $geniuser, $group
\n
"
if
($
debug
);
return
undef
return
undef
if
($
geniuser
->
FlipTo
($
group
->
unix_gid
()));
if
($
geniuser
->
FlipTo
($
group
->
unix_gid
()));
return
$
geniuser
;
return
$
geniuser
;
...
@@ -5940,8 +5937,6 @@ sub FlipToUser($$)
...
@@ -5940,8 +5937,6 @@ sub FlipToUser($$)
if
(
!defined($user));
if
(
!defined($user));
#
No
subgroups
yet
.
#
No
subgroups
yet
.
print
STDERR
"FlipToUser: $user, $project
\n
"
if
($
debug
);
return
undef
return
undef
if
($
user
->
FlipTo
($
project
->
unix_gid
()));
if
($
user
->
FlipTo
($
project
->
unix_gid
()));
...
@@ -5959,9 +5954,6 @@ sub FlipToUser($$)
...
@@ -5959,9 +5954,6 @@ sub FlipToUser($$)
if
(
!$experiment->AccessCheck($user->emulab_user(),
if
(
!$experiment->AccessCheck($user->emulab_user(),
$
Experiment
::
EXPT_ACCESS_MODIFY
));
$
Experiment
::
EXPT_ACCESS_MODIFY
));
print
STDERR
"FlipToUser: $user, $project
\n
"
if
($
debug
);
return
undef
return
undef
if
($
user
->
FlipTo
($
project
->
unix_gid
()));
if
($
user
->
FlipTo
($
project
->
unix_gid
()));
return
$
user
;
return
$
user
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment