aboutsummaryrefslogtreecommitdiff
path: root/operators
diff options
context:
space:
mode:
Diffstat (limited to 'operators')
-rw-r--r--operators/command_authorize.zsh1
-rw-r--r--operators/url_parser.zsh1
2 files changed, 0 insertions, 2 deletions
diff --git a/operators/command_authorize.zsh b/operators/command_authorize.zsh
index a8be540..41c8ecd 100644
--- a/operators/command_authorize.zsh
+++ b/operators/command_authorize.zsh
@@ -6,7 +6,6 @@ if [[ -n "${1}" ]]
then
ib_board="${1}"
source "${units}/ib_config.zsh"
- source "${units}/ib_authconfig.zsh"
if [[ -z "${ib_auth}" ]]
then
diff --git a/operators/url_parser.zsh b/operators/url_parser.zsh
index f18542a..1ee4d0d 100644
--- a/operators/url_parser.zsh
+++ b/operators/url_parser.zsh
@@ -40,7 +40,6 @@ then
fi
source "${units}/ib_config.zsh"
-source "${units}/ib_authconfig.zsh"
if [[ ${#ib_post_id} -gt 32 ]]
then