diff options
Diffstat (limited to 'lib/rhbzpage.js')
-rw-r--r-- | lib/rhbzpage.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/rhbzpage.js b/lib/rhbzpage.js index 4c3d93f..3aefaee 100644 --- a/lib/rhbzpage.js +++ b/lib/rhbzpage.js @@ -182,6 +182,7 @@ RHBugzillaPage.prototype.closeSomeRelease = function() { * Additional commands specific for this subclass, overriding superclass one. */ RHBugzillaPage.prototype.centralCommandDispatch = function(cmdLabel, cmdParams) { + console.log("cmdLabel = " + cmdLabel + ", cmdParams = " + cmdParams); switch (cmdLabel) { // Set up our own commands case "closeUpstream": |