remove debug

This commit is contained in:
xdrm-brackets 2018-05-12 16:48:07 +02:00
parent f62674cb0b
commit 799116d1a4
1 changed files with 0 additions and 1 deletions

View File

@ -435,7 +435,6 @@ export default {
global_export(){ global_export(){
api.call(`GET department/export`, {}, function(rs){ api.call(`GET department/export`, {}, function(rs){
console.log(rs);
// 1. error -> popup // 1. error -> popup
if( rs.error !== 0 || !rs.hasOwnProperty('link') ){ if( rs.error !== 0 || !rs.hasOwnProperty('link') ){