Fix a few issues from Scrutinizer

- Remove debug code
- Remove some unused variables
- Add get_ui() to base class that gives error message (should always be a subclass)
This commit is contained in:
nathangray
2018-06-06 09:54:49 -06:00
parent 0284248eaa
commit 0582f2347f
3 changed files with 11 additions and 3 deletions

View File

@ -1915,7 +1915,6 @@ var AppJS = (function(){ "use strict"; return Class.extend(
*/
_share_link_callback: function(_data) {
if (_data.msg || _data.share_link) window.egw_refresh(_data.msg, this.appname);
console.log("_data", _data);
var copy_link_to_clipboard = null;