Skip to content

Commit

Permalink
hide testNetwork
Browse files Browse the repository at this point in the history
  • Loading branch information
songjiazhun authored and stiartsly committed Mar 28, 2022
1 parent c4ee7b7 commit fbcfbcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/app/pages/developer/developer.page.html
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<app-titlebar></app-titlebar>
<ion-content>
<ion-grid class="ios-container" [class.ios-dark-container]="theme.darkMode">
<ion-row class="section" (click)="navToConfigureNetwork()">
<!-- <ion-row class="section" (click)="navToConfigureNetwork()">
<ion-col size="9" class="title-col">
<h1>{{"SettingsPage.configure-network" | translate }}</h1>
<h2>{{ selectedNetwork }}</h2>
</ion-col>
<ion-col size="3" class="arrow-col">
<ion-img src="assets/icons/right-arrow.svg"></ion-img>
</ion-col>
</ion-row>
</ion-row> -->
<ion-row class="section" (click)="toggleLogMode()">
<ion-col size="9" class="title-col" (swipe)="toggleLogMode()" [style.touch-action]="'pan-y'">
<h1>{{"common.developLog" | translate }}</h1>
Expand Down
1 change: 0 additions & 1 deletion src/app/pages/feeds/feeds.page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ export class FeedsPage implements OnInit {

initTab() {
let currentTab = this.feedService.getCurTab();
console.log("======================");
switch (currentTab) {
case 'home':
this.home();
Expand Down

0 comments on commit fbcfbcc

Please sign in to comment.