Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
yotta
/
pictogram
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
60
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
a462a5f3
authored
May 18, 2017
by
Germán Callejas Alcántara
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Issue
#228
fixed
parent
77178e5d
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
1 deletions
android/Pictogram/commonlibrary/src/main/java/com/yottacode/pictogram/net/NetService.java
android/Pictogram/commonlibrary/src/main/java/com/yottacode/pictogram/tools/PCBcontext.java
android/Pictogram/commonlibrary/src/main/java/com/yottacode/pictogram/net/NetService.java
View file @
a462a5f3
android/Pictogram/commonlibrary/src/main/java/com/yottacode/pictogram/tools/PCBcontext.java
View file @
a462a5f3
...
...
@@ -65,7 +65,6 @@ public final class PCBcontext {
throw
new
java
.
lang
.
AssertionError
(
"init must be called once previously "
);
}
Log
.
i
(
PCBcontext
.
class
.
getCanonicalName
(),
"User set at student "
+
student
.
get_name_stu
()+
(
student
.
is_supervisor
()
?
" with supervisor "
+
student
.
get_name_sup
():
"."
));
wrapper
.
setToken
(
token
);
pcbdb
=
new
PCBDBHelper
(
null
,
2
,
student
);
pcbdb
.
user_online
(
token
!=
null
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment