Skip to content

Commit ac792da

Browse files
authored
Merge pull request #50 from note11g/dev_1.0
fix pages deploy and delete unnecessary print
2 parents 232040e + 27f80ff commit ac792da

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: Deploy to GitHub Pages
33
on:
44
push:
55
branches:
6-
- main
6+
- dev_preview
77
paths:
8-
- /docs/**
8+
- /doc/**
99

1010
jobs:
1111
deploy:

ios/Classes/sdk/SdkInitializer.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ internal class SdkInitializer: NSObject, NMFAuthManagerDelegate {
4444
}
4545

4646
func authorized(_ state: NMFAuthState, error: Error?) {
47-
print("네이버맵 Auth State : \(state), e: \(String(describing: error))")
4847
if let error {
4948
channel.invokeMethod("onAuthFailed", arguments: [
5049
"code": String(error._code),

0 commit comments

Comments
 (0)