Skip to content

Commit

Permalink
Merge branch 'main' of github.com:eolinker/eoapi
Browse files Browse the repository at this point in the history
  • Loading branch information
scarqin committed Sep 14, 2022
2 parents 42eb490 + f816a67 commit b46a16d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/workbench/browser/src/app/pages/api/api-tab.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ export class ApiTabService {

updateTab(currentTab, inData) {
const model = inData.model;
console.log('=< model', model);
const contentID = currentTab.module;

//Set tabItem
Expand Down Expand Up @@ -245,7 +244,6 @@ export class ApiTabService {
* @param inData.url get component fit tab data
*/
afterContentChanged(inData: { when: 'init' | 'editing' | 'saved' | 'afterTested'; url: string; model: any }) {
console.log('model =>', inData.model);
if (!this.apiTabComponent) {
console.warn(`EO_WARNING:apiTabComponent hasn't init yet!`);
return;
Expand Down

0 comments on commit b46a16d

Please sign in to comment.