File tree Expand file tree Collapse file tree 4 files changed +0
-12
lines changed Expand file tree Collapse file tree 4 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -45,8 +45,6 @@ var AriaMenuButtonMenuItem = function (_React$Component) {
45
45
// If there's no value, we'll send the child
46
46
var value = typeof _this . props . value !== 'undefined' ? _this . props . value : _this . props . children ;
47
47
48
- console . log ( 'RAM - menuitem selectItem called' , value , event ) ;
49
-
50
48
_this . props . ambManager . handleSelection ( value , event ) ;
51
49
} , _this . setRef = function ( instance ) {
52
50
_this . ref . current = instance ;
Original file line number Diff line number Diff line change @@ -10,8 +10,6 @@ var focusGroupOptions = {
10
10
11
11
var protoManager = {
12
12
init : function init ( options ) {
13
- console . log ( 'RAM - init' , options ) ;
14
-
15
13
this . updateOptions ( options ) ;
16
14
17
15
this . handleBlur = handleBlur . bind ( this ) ;
@@ -36,8 +34,6 @@ var protoManager = {
36
34
updateOptions : function updateOptions ( options ) {
37
35
var oldOptions = this . options ;
38
36
39
- console . log ( 'RAM - updateOptions' , options ) ;
40
-
41
37
this . options = options || this . options || { } ;
42
38
43
39
if ( typeof this . options . closeOnSelection === 'undefined' ) {
Original file line number Diff line number Diff line change @@ -39,8 +39,6 @@ class AriaMenuButtonMenuItem extends React.Component {
39
39
? this . props . value
40
40
: this . props . children ;
41
41
42
- console . log ( 'RAM - menuitem selectItem called' , value , event )
43
-
44
42
this . props . ambManager . handleSelection ( value , event ) ;
45
43
} ;
46
44
Original file line number Diff line number Diff line change @@ -8,8 +8,6 @@ const focusGroupOptions = {
8
8
9
9
const protoManager = {
10
10
init ( options ) {
11
- console . log ( 'RAM - init' , options ) ;
12
-
13
11
this . updateOptions ( options ) ;
14
12
15
13
this . handleBlur = handleBlur . bind ( this ) ;
@@ -35,8 +33,6 @@ const protoManager = {
35
33
updateOptions ( options ) {
36
34
const oldOptions = this . options ;
37
35
38
- console . log ( 'RAM - updateOptions' , options ) ;
39
-
40
36
this . options = options || this . options || { } ;
41
37
42
38
if ( typeof this . options . closeOnSelection === 'undefined' ) {
You can’t perform that action at this time.
0 commit comments